#952402

Color #952402 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #952402

Tints of Falu Red #952402

Color information

#952402 (or 0x952402) is unknown color: approx Falu Red. HEX triplet: 95, 24 and 02. RGB value is (149,36,2). Sum of RGB (Red+Green+Blue) = 149+36+2=187 (24% of max value = 765). Red value is 149 (58.59% from 255 or 79.68% from 187); Green value is 36 (14.45% from 255 or 19.25% from 187); Blue value is 2 (1.17% from 255 or 1.07% from 187); Max value from RGB is 149 - color contains mainly: red. Hex color #952402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952402 is #6ADBFD. Grayscale: #424242. Windows color (decimal): -7003134 or 140437. OLE color: 140437.

HSL color Cylindrical-coordinate representation of color #952402: hue angle of 13.88º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #952402 is Cyan = 0, Magento = 0.76, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB149362-
CMYK00.760.990.42
HSL13.88º97.35%29.61%-
HSV(B)13.88º98.66%58.43%-
XYZ13.047.660.85-
YUV65.9191.94187.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 149 (58.59% from 255) = 79.68%
GREEN value IS 36 (14.45% from 255) = 19.25%
BLUE value IS 2 (1.17% from 255) = 1.07%
R=79.68%
G=19.25%
B=1.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14936200.760.990.4213.8897.3529.61
Hex9524204C632Ae611e
Octal2254420114143521614136
Binary10010101100100100100110011000111010101110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #952402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #952402; }

 p { color: rgb(149,36,2); }

 H1.HeaderClassName
 {
   color: #952402;
 }
 .AnyTagClassName
 {
   color: #952402;
 }
</style>
background-color css

<style>
 a { background-color: #952402; }

 a { background-color: rgb(149,36,2); }

 div.DivClassName
 {
   background-color: #952402;
 }
 .BgClassName
 {
   background-color: #952402;
 }
</style>
border-color css

<style>
 span { border-color: #952402; }

 span { border-color: rgb(149,36,2); }

 td.TdClassName
 {
   border-color: #952402;
 }
 .TagClassName
 {
   border-color: #952402;
 }
</style>