Html Css Color HEX #721B08 Falu Red

📋 copy color: '#721B08'

red 114 ◦ green 27 ◦ blue 8

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

Shades of Falu Red #721B08

Tints of Falu Red #721B08

RGB

 RED value IS 114 (44.92% from 255) = 76.51%

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

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

R = 76.51%
G = 18.12%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#721B08 (or 0x721B08) is known color: Falu Red. HEX triplet: 72, 1B and 08. RGB value is (114,27,8). Sum of RGB (Red+Green+Blue) = 114+27+8=149 (19% of max value = 765). Red value is 114 (44.92% from 255 or 76.51% from 149); Green value is 27 (10.94% from 255 or 18.12% from 149); Blue value is 8 (3.52% from 255 or 5.37% from 149); Max value from RGB is 114 - color contains mainly: red. Hex color #721B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B08 is #8DE4F7. Grayscale: #333333. Windows color (decimal): -9299192 or 531314. OLE color: 531314.

HSL color Cylindrical-coordinate representation of color #721B08: hue angle of 10.75º degrees, saturation: 0.87, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #721B08 is Cyan = 0, Magento = 0.76, Yellow = 0.93 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 27 8 -
CMYK 0 0.76 0.93 0.55
HSL 10.75º 0.87% 0.24% -
HSV(B) 10.75º 0.93% 0.45% -
XYZ 7.38 4.38 0.69 -
YUV 50.85 103.82 173.04 -
System Red Green Blue C M Y K H S L
Decimal 114 27 8 0 0.76 0.93 0.55 10.75 0.87 0.24
Hex 72 1B 8 0 4C 5D 37 B 57 18
Octal 162 33 10 0 114 135 67 13 127 30
Binary 1110010 11011 1000 0 1001100 1011101 110111 1011 1010111 11000

Color Harmonies of #721B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #721B08

Black with #721B08

Text Example


Text Example

White with #721B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #721B08; }

 p { color: rgb(114,27,8); }

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

background-color css

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

 a { background-color: rgb(114,27,8); }

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

border-color css

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

 span { border-color: rgb(114,27,8); }

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