Html Css Color HEX #72230C Falu Red

📋 copy color: '#72230C'

red 114 ◦ green 35 ◦ blue 12

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

Shades of Falu Red #72230C

Tints of Falu Red #72230C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.45%

R = 70.81%
G = 21.74%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.55

RGB Variations

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

Color information

#72230C (or 0x72230C) is known color: Falu Red. HEX triplet: 72, 23 and 0C. RGB value is (114,35,12). Sum of RGB (Red+Green+Blue) = 114+35+12=161 (21% of max value = 765). Red value is 114 (44.92% from 255 or 70.81% from 161); Green value is 35 (14.06% from 255 or 21.74% from 161); Blue value is 12 (5.08% from 255 or 7.45% from 161); Max value from RGB is 114 - color contains mainly: red. Hex color #72230C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72230C is #8DDCF3. Grayscale: #383838. Windows color (decimal): -9297140 or 795506. OLE color: 795506.

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

Color convert

RGB 114 35 12 -
CMYK 0 0.69 0.89 0.55
HSL 13.53º 0.81% 0.25% -
HSV(B) 13.53º 0.89% 0.45% -
XYZ 7.61 4.81 0.87 -
YUV 56 103.17 169.37 -
System Red Green Blue C M Y K H S L
Decimal 114 35 12 0 0.69 0.89 0.55 13.53 0.81 0.25
Hex 72 23 C 0 45 59 37 E 51 19
Octal 162 43 14 0 105 131 67 16 121 31
Binary 1110010 100011 1100 0 1000101 1011001 110111 1110 1010001 11001

Color Harmonies of #72230C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72230C

Black with #72230C

Text Example


Text Example

White with #72230C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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