Html Css Color HEX #752415 Falu Red

📋 copy color: '#752415'

red 117 ◦ green 36 ◦ blue 21

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

Shades of Falu Red #752415

Tints of Falu Red #752415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 12.07%

R = 67.24%
G = 20.69%
B = 12.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#752415 (or 0x752415) is known color: Falu Red. HEX triplet: 75, 24 and 15. RGB value is (117,36,21). Sum of RGB (Red+Green+Blue) = 117+36+21=174 (23% of max value = 765). Red value is 117 (46.09% from 255 or 67.24% from 174); Green value is 36 (14.45% from 255 or 20.69% from 174); Blue value is 21 (8.59% from 255 or 12.07% from 174); Max value from RGB is 117 - color contains mainly: red. Hex color #752415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #752415 is #8ADBEA. Grayscale: #3A3A3A. Windows color (decimal): -9100267 or 1385589. OLE color: 1385589.

HSL color Cylindrical-coordinate representation of color #752415: hue angle of 9.38º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #752415 is Cyan = 0, Magento = 0.69, Yellow = 0.82 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 36 21 -
CMYK 0 0.69 0.82 0.54
HSL 9.38º 0.7% 0.27% -
HSV(B) 9.38º 0.82% 0.46% -
XYZ 8.1 5.1 1.27 -
YUV 58.51 106.84 169.72 -
System Red Green Blue C M Y K H S L
Decimal 117 36 21 0 0.69 0.82 0.54 9.38 0.7 0.27
Hex 75 24 15 0 45 52 36 9 46 1B
Octal 165 44 25 0 105 122 66 11 106 33
Binary 1110101 100100 10101 0 1000101 1010010 110110 1001 1000110 11011

Color Harmonies of #752415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752415

Black with #752415

Text Example


Text Example

White with #752415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752415; }

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

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

background-color css

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

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

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

border-color css

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

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

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