Html Css Color HEX #72230F Falu Red

📋 copy color: '#72230F'

red 114 ◦ green 35 ◦ blue 15

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

Shades of Falu Red #72230F

Tints of Falu Red #72230F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 21.34%

 BLUE value IS 15 (6.25% from 255) = 9.15%

R = 69.51%
G = 21.34%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.87

 K value IS 0.55

RGB Variations

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

Color information

#72230F (or 0x72230F) is known color: Falu Red. HEX triplet: 72, 23 and 0F. RGB value is (114,35,15). Sum of RGB (Red+Green+Blue) = 114+35+15=164 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.51% from 164); Green value is 35 (14.06% from 255 or 21.34% from 164); Blue value is 15 (6.25% from 255 or 9.15% from 164); Max value from RGB is 114 - color contains mainly: red. Hex color #72230F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72230F is #8DDCF0. Grayscale: #383838. Windows color (decimal): -9297137 or 992114. OLE color: 992114.

HSL color Cylindrical-coordinate representation of color #72230F: hue angle of 12.12º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #72230F is Cyan = 0, Magento = 0.69, Yellow = 0.87 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 35 15 -
CMYK 0 0.69 0.87 0.55
HSL 12.12º 0.77% 0.25% -
HSV(B) 12.12º 0.87% 0.45% -
XYZ 7.63 4.81 0.98 -
YUV 56.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 114 35 15 0 0.69 0.87 0.55 12.12 0.77 0.25
Hex 72 23 F 0 45 57 37 C 4D 19
Octal 162 43 17 0 105 127 67 14 115 31
Binary 1110010 100011 1111 0 1000101 1010111 110111 1100 1001101 11001

Color Harmonies of #72230F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72230F

Black with #72230F

Text Example


Text Example

White with #72230F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72230F; }

 p { color: rgb(114,35,15); }

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

background-color css

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

 a { background-color: rgb(114,35,15); }

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

border-color css

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

 span { border-color: rgb(114,35,15); }

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