#721B02

Color #721B02 Falu Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Falu Red #721B02

Tints of Falu Red #721B02

Color information

#721B02 (or 0x721B02) is unknown color: approx Falu Red. HEX triplet: 72, 1B and 02. RGB value is (114,27,2). Sum of RGB (Red+Green+Blue) = 114+27+2=143 (18% of max value = 765). Red value is 114 (44.92% from 255 or 79.72% from 143); Green value is 27 (10.94% from 255 or 18.88% from 143); Blue value is 2 (1.17% from 255 or 1.40% from 143); Max value from RGB is 114 - color contains mainly: red. Hex color #721B02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #721B02 is #8DE4FD. Grayscale: #323232. Windows color (decimal): -9299198 or 138098. OLE color: 138098.

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

Color convert

RGB114272-
CMYK00.760.980.55
HSL13.39º96.55%22.75%-
HSV(B)13.39º98.25%44.71%-
XYZ7.344.370.51-
YUV50.16100.82173.53-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 79.72%
GREEN value IS 27 (10.94% from 255) = 18.88%
BLUE value IS 2 (1.17% from 255) = 1.40%
R=79.72%
G=18.88%
B=1.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.98
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal11427200.760.980.5513.3996.5522.75
Hex721B204C6237d6117
Octal1623320114142671514127
Binary111001011011100100110011000101101111101110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #721B02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #721B02;
 }
 .AnyTagClassName
 {
   color: #721B02;
 }
</style>
background-color css

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

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

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

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

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

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