Html Css Color HEX #752419 Falu Red

📋 copy color: '#752419'

red 117 ◦ green 36 ◦ blue 25

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

Shades of Falu Red #752419

Tints of Falu Red #752419

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.22%

 BLUE value IS 25 (10.16% from 255) = 14.04%

R = 65.73%
G = 20.22%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#752419 (or 0x752419) is known color: Falu Red. HEX triplet: 75, 24 and 19. RGB value is (117,36,25). Sum of RGB (Red+Green+Blue) = 117+36+25=178 (23% of max value = 765). Red value is 117 (46.09% from 255 or 65.73% from 178); Green value is 36 (14.45% from 255 or 20.22% from 178); Blue value is 25 (10.16% from 255 or 14.04% from 178); Max value from RGB is 117 - color contains mainly: red. Hex color #752419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752419 is #8ADBE6. Grayscale: #3B3B3B. Windows color (decimal): -9100263 or 1647733. OLE color: 1647733.

HSL color Cylindrical-coordinate representation of color #752419: hue angle of 7.17º degrees, saturation: 0.65, 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 #752419 is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 25 -
CMYK 0 0.69 0.79 0.54
HSL 7.17º 0.65% 0.28% -
HSV(B) 7.17º 0.79% 0.46% -
XYZ 8.14 5.11 1.48 -
YUV 58.97 108.84 169.39 -
System Red Green Blue C M Y K H S L
Decimal 117 36 25 0 0.69 0.79 0.54 7.17 0.65 0.28
Hex 75 24 19 0 45 4F 36 7 41 1C
Octal 165 44 31 0 105 117 66 7 101 34
Binary 1110101 100100 11001 0 1000101 1001111 110110 111 1000001 11100

Color Harmonies of #752419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752419

Black with #752419

Text Example


Text Example

White with #752419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752419; }

 p { color: rgb(117,36,25); }

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

background-color css

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

 a { background-color: rgb(117,36,25); }

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

border-color css

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

 span { border-color: rgb(117,36,25); }

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