Html Css Color HEX #951C08 Falu Red

📋 copy color: '#951C08'

red 149 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #951C08

Tints of Falu Red #951C08

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

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

R = 80.54%
G = 15.14%
B = 4.32%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.42

RGB Variations

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

Color information

#951C08 (or 0x951C08) is known color: Falu Red. HEX triplet: 95, 1C and 08. RGB value is (149,28,8). Sum of RGB (Red+Green+Blue) = 149+28+8=185 (24% of max value = 765). Red value is 149 (58.59% from 255 or 80.54% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 8 (3.52% from 255 or 4.32% from 185); Max value from RGB is 149 - color contains mainly: red. Hex color #951C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951C08 is #6AE3F7. Grayscale: #3E3E3E. Windows color (decimal): -7005176 or 531605. OLE color: 531605.

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

Color convert

RGB 149 28 8 -
CMYK 0 0.81 0.95 0.42
HSL 8.51º 0.9% 0.31% -
HSV(B) 8.51º 0.95% 0.58% -
XYZ 12.85 7.24 0.95 -
YUV 61.9 97.59 190.13 -
System Red Green Blue C M Y K H S L
Decimal 149 28 8 0 0.81 0.95 0.42 8.51 0.9 0.31
Hex 95 1C 8 0 51 5F 2A 9 5A 1F
Octal 225 34 10 0 121 137 52 11 132 37
Binary 10010101 11100 1000 0 1010001 1011111 101010 1001 1011010 11111

Color Harmonies of #951C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951C08

Black with #951C08

Text Example


Text Example

White with #951C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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