Html Css Color HEX #971C08 Falu Red

📋 copy color: '#971C08'

red 151 ◦ green 28 ◦ blue 8

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

Shades of Falu Red #971C08

Tints of Falu Red #971C08

RGB

 RED value IS 151 (59.38% from 255) = 80.75%

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

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

R = 80.75%
G = 14.97%
B = 4.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.41

RGB Variations

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

Color information

#971C08 (or 0x971C08) is known color: Falu Red. HEX triplet: 97, 1C and 08. RGB value is (151,28,8). Sum of RGB (Red+Green+Blue) = 151+28+8=187 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.75% from 187); Green value is 28 (11.33% from 255 or 14.97% from 187); Blue value is 8 (3.52% from 255 or 4.28% from 187); Max value from RGB is 151 - color contains mainly: red. Hex color #971C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971C08 is #68E3F7. Grayscale: #3E3E3E. Windows color (decimal): -6874104 or 531607. OLE color: 531607.

HSL color Cylindrical-coordinate representation of color #971C08: hue angle of 8.39º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #971C08 is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 28 8 -
CMYK 0 0.81 0.95 0.41
HSL 8.39º 0.9% 0.31% -
HSV(B) 8.39º 0.95% 0.59% -
XYZ 13.22 7.43 0.97 -
YUV 62.5 97.25 191.13 -
System Red Green Blue C M Y K H S L
Decimal 151 28 8 0 0.81 0.95 0.41 8.39 0.9 0.31
Hex 97 1C 8 0 51 5F 29 8 5A 1F
Octal 227 34 10 0 121 137 51 10 132 37
Binary 10010111 11100 1000 0 1010001 1011111 101001 1000 1011010 11111

Color Harmonies of #971C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971C08

Black with #971C08

Text Example


Text Example

White with #971C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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