Html Css Color HEX #952008 Falu Red

📋 copy color: '#952008'

red 149 ◦ green 32 ◦ blue 8

#952008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Falu Red #952008

Tints of Falu Red #952008

RGB

 RED value IS 149 (58.59% from 255) = 78.84%

 GREEN value IS 32 (12.89% from 255) = 16.93%

 BLUE value IS 8 (3.52% from 255) = 4.23%

R = 78.84%
G = 16.93%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#952008 (or 0x952008) is known color: Falu Red. HEX triplet: 95, 20 and 08. RGB value is (149,32,8). Sum of RGB (Red+Green+Blue) = 149+32+8=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 32 (12.89% from 255 or 16.93% from 189); Blue value is 8 (3.52% from 255 or 4.23% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #952008 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #952008 is #6ADFF7. Grayscale: #404040. Windows color (decimal): -7004152 or 532629. OLE color: 532629.

HSL color Cylindrical-coordinate representation of color #952008: hue angle of 10.21º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #952008 is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 32 8 -
CMYK 0 0.79 0.95 0.42
HSL 10.21º 0.9% 0.31% -
HSV(B) 10.21º 0.95% 0.58% -
XYZ 12.95 7.44 0.98 -
YUV 64.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 149 32 8 0 0.79 0.95 0.42 10.21 0.9 0.31
Hex 95 20 8 0 4F 5F 2A A 5A 1F
Octal 225 40 10 0 117 137 52 12 132 37
Binary 10010101 100000 1000 0 1001111 1011111 101010 1010 1011010 11111

Color Harmonies of #952008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #952008

Black with #952008

Text Example


Text Example

White with #952008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #952008; }

 p { color: rgb(149,32,8); }

 H1.HeaderClassName
 {
   color: #952008;
 }
 .AnyTagClassName
 {
   color: #952008;
 }
</style>

background-color css

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

 a { background-color: rgb(149,32,8); }

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

border-color css

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

 span { border-color: rgb(149,32,8); }

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