Html Css Color HEX #752218 Falu Red

📋 copy color: '#752218'

red 117 ◦ green 34 ◦ blue 24

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

Shades of Falu Red #752218

Tints of Falu Red #752218

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 13.71%

R = 66.86%
G = 19.43%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752218 (or 0x752218) is known color: Falu Red. HEX triplet: 75, 22 and 18. RGB value is (117,34,24). Sum of RGB (Red+Green+Blue) = 117+34+24=175 (23% of max value = 765). Red value is 117 (46.09% from 255 or 66.86% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 24 (9.77% from 255 or 13.71% from 175); Max value from RGB is 117 - color contains mainly: red. Hex color #752218 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752218 is #8ADDE7. Grayscale: #393939. Windows color (decimal): -9100776 or 1581685. OLE color: 1581685.

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

Color convert

RGB 117 34 24 -
CMYK 0 0.71 0.79 0.54
HSL 6.45º 0.66% 0.28% -
HSV(B) 6.45º 0.79% 0.46% -
XYZ 8.07 4.99 1.4 -
YUV 57.68 109 170.31 -
System Red Green Blue C M Y K H S L
Decimal 117 34 24 0 0.71 0.79 0.54 6.45 0.66 0.28
Hex 75 22 18 0 47 4F 36 6 42 1C
Octal 165 42 30 0 107 117 66 6 102 34
Binary 1110101 100010 11000 0 1000111 1001111 110110 110 1000010 11100

Color Harmonies of #752218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752218

Black with #752218

Text Example


Text Example

White with #752218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752218; }

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

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

background-color css

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

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

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

border-color css

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

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

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