Html Css Color HEX #752212 Falu Red

📋 copy color: '#752212'

red 117 ◦ green 34 ◦ blue 18

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

Shades of Falu Red #752212

Tints of Falu Red #752212

RGB

 RED value IS 117 (46.09% from 255) = 69.23%

 GREEN value IS 34 (13.67% from 255) = 20.12%

 BLUE value IS 18 (7.42% from 255) = 10.65%

R = 69.23%
G = 20.12%
B = 10.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#752212 (or 0x752212) is known color: Falu Red. HEX triplet: 75, 22 and 12. RGB value is (117,34,18). Sum of RGB (Red+Green+Blue) = 117+34+18=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 34 (13.67% from 255 or 20.12% from 169); Blue value is 18 (7.42% from 255 or 10.65% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #752212 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752212 is #8ADDED. Grayscale: #393939. Windows color (decimal): -9100782 or 1188469. OLE color: 1188469.

HSL color Cylindrical-coordinate representation of color #752212: hue angle of 9.7º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #752212 is Cyan = 0, Magento = 0.71, Yellow = 0.85 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 34 18 -
CMYK 0 0.71 0.85 0.54
HSL 9.7º 0.73% 0.26% -
HSV(B) 9.7º 0.85% 0.46% -
XYZ 8.02 4.97 1.11 -
YUV 56.99 106 170.8 -
System Red Green Blue C M Y K H S L
Decimal 117 34 18 0 0.71 0.85 0.54 9.7 0.73 0.26
Hex 75 22 12 0 47 55 36 A 49 1A
Octal 165 42 22 0 107 125 66 12 111 32
Binary 1110101 100010 10010 0 1000111 1010101 110110 1010 1001001 11010

Color Harmonies of #752212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752212

Black with #752212

Text Example


Text Example

White with #752212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752212; }

 p { color: rgb(117,34,18); }

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

background-color css

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

 a { background-color: rgb(117,34,18); }

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

border-color css

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

 span { border-color: rgb(117,34,18); }

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