Html Css Color HEX #971B0A Falu Red

📋 copy color: '#971B0A'

red 151 ◦ green 27 ◦ blue 10

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

Shades of Falu Red #971B0A

Tints of Falu Red #971B0A

RGB

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

 GREEN value IS 27 (10.94% from 255) = 14.36%

 BLUE value IS 10 (4.3% from 255) = 5.32%

R = 80.32%
G = 14.36%
B = 5.32%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#971B0A (or 0x971B0A) is known color: Falu Red. HEX triplet: 97, 1B and 0A. RGB value is (151,27,10). Sum of RGB (Red+Green+Blue) = 151+27+10=188 (24% of max value = 765). Red value is 151 (59.38% from 255 or 80.32% from 188); Green value is 27 (10.94% from 255 or 14.36% from 188); Blue value is 10 (4.30% from 255 or 5.32% from 188); Max value from RGB is 151 - color contains mainly: red. Hex color #971B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #971B0A is #68E4F5. Grayscale: #3E3E3E. Windows color (decimal): -6874358 or 662423. OLE color: 662423.

HSL color Cylindrical-coordinate representation of color #971B0A: hue angle of 7.23º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #971B0A is Cyan = 0, Magento = 0.82, Yellow = 0.93 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 27 10 -
CMYK 0 0.82 0.93 0.41
HSL 7.23º 0.88% 0.32% -
HSV(B) 7.23º 0.93% 0.59% -
XYZ 13.21 7.39 1.02 -
YUV 62.14 98.58 191.38 -
System Red Green Blue C M Y K H S L
Decimal 151 27 10 0 0.82 0.93 0.41 7.23 0.88 0.32
Hex 97 1B A 0 52 5D 29 7 58 20
Octal 227 33 12 0 122 135 51 7 130 40
Binary 10010111 11011 1010 0 1010010 1011101 101001 111 1011000 100000

Color Harmonies of #971B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971B0A

Black with #971B0A

Text Example


Text Example

White with #971B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(151,27,10); }

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

background-color css

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

 a { background-color: rgb(151,27,10); }

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

border-color css

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

 span { border-color: rgb(151,27,10); }

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