Html Css Color HEX #972005 Falu Red

📋 copy color: '#972005'

red 151 ◦ green 32 ◦ blue 5

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

Shades of Falu Red #972005

Tints of Falu Red #972005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.66%

R = 80.32%
G = 17.02%
B = 2.66%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.97

 K value IS 0.41

RGB Variations

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

Color information

#972005 (or 0x972005) is known color: Falu Red. HEX triplet: 97, 20 and 05. RGB value is (151,32,5). Sum of RGB (Red+Green+Blue) = 151+32+5=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 5 (2.34% from 255 or 2.66% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #972005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #972005 is #68DFFA. Grayscale: #404040. Windows color (decimal): -6873083 or 336023. OLE color: 336023.

HSL color Cylindrical-coordinate representation of color #972005: hue angle of 11.1º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #972005 is Cyan = 0, Magento = 0.79, Yellow = 0.97 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 5 -
CMYK 0 0.79 0.97 0.41
HSL 11.1º 0.94% 0.31% -
HSV(B) 11.1º 0.97% 0.59% -
XYZ 13.31 7.62 0.91 -
YUV 64.5 94.42 189.7 -
System Red Green Blue C M Y K H S L
Decimal 151 32 5 0 0.79 0.97 0.41 11.1 0.94 0.31
Hex 97 20 5 0 4F 61 29 B 5E 1F
Octal 227 40 5 0 117 141 51 13 136 37
Binary 10010111 100000 101 0 1001111 1100001 101001 1011 1011110 11111

Color Harmonies of #972005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972005

Black with #972005

Text Example


Text Example

White with #972005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972005; }

 p { color: rgb(151,32,5); }

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

background-color css

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

 a { background-color: rgb(151,32,5); }

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

border-color css

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

 span { border-color: rgb(151,32,5); }

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