Html Css Color HEX #951808 Falu Red

📋 copy color: '#951808'

red 149 ◦ green 24 ◦ blue 8

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

Shades of Falu Red #951808

Tints of Falu Red #951808

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.26%

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

R = 82.32%
G = 13.26%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951808 (or 0x951808) is known color: Falu Red. HEX triplet: 95, 18 and 08. RGB value is (149,24,8). Sum of RGB (Red+Green+Blue) = 149+24+8=181 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.32% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 8 (3.52% from 255 or 4.42% from 181); Max value from RGB is 149 - color contains mainly: red. Hex color #951808 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #951808 is #6AE7F7. Grayscale: #3B3B3B. Windows color (decimal): -7006200 or 530581. OLE color: 530581.

HSL color Cylindrical-coordinate representation of color #951808: hue angle of 6.81º 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 #951808 is Cyan = 0, Magento = 0.84, Yellow = 0.95 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 8 -
CMYK 0 0.84 0.95 0.42
HSL 6.81º 0.9% 0.31% -
HSV(B) 6.81º 0.95% 0.58% -
XYZ 12.76 7.06 0.92 -
YUV 59.55 98.91 191.8 -
System Red Green Blue C M Y K H S L
Decimal 149 24 8 0 0.84 0.95 0.42 6.81 0.9 0.31
Hex 95 18 8 0 54 5F 2A 7 5A 1F
Octal 225 30 10 0 124 137 52 7 132 37
Binary 10010101 11000 1000 0 1010100 1011111 101010 111 1011010 11111

Color Harmonies of #951808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951808

Black with #951808

Text Example


Text Example

White with #951808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951808; }

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

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

background-color css

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

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

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

border-color css

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

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

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