Html Css Color HEX #762415 Falu Red

📋 copy color: '#762415'

red 118 ◦ green 36 ◦ blue 21

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

Shades of Falu Red #762415

Tints of Falu Red #762415

RGB

 RED value IS 118 (46.48% from 255) = 67.43%

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

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

R = 67.43%
G = 20.57%
B = 12%

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

#762415 (or 0x762415) is known color: Falu Red. HEX triplet: 76, 24 and 15. RGB value is (118,36,21). Sum of RGB (Red+Green+Blue) = 118+36+21=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 36 (14.45% from 255 or 20.57% from 175); Blue value is 21 (8.59% from 255 or 12% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #762415 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762415 is #89DBEA. Grayscale: #3A3A3A. Windows color (decimal): -9034731 or 1385590. OLE color: 1385590.

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

Color convert

RGB 118 36 21 -
CMYK 0 0.69 0.82 0.54
HSL 9.28º 0.7% 0.27% -
HSV(B) 9.28º 0.82% 0.46% -
XYZ 8.24 5.17 1.27 -
YUV 58.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 118 36 21 0 0.69 0.82 0.54 9.28 0.7 0.27
Hex 76 24 15 0 45 52 36 9 46 1B
Octal 166 44 25 0 105 122 66 11 106 33
Binary 1110110 100100 10101 0 1000101 1010010 110110 1001 1000110 11011

Color Harmonies of #762415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762415

Black with #762415

Text Example


Text Example

White with #762415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762415; }

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

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

background-color css

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

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

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

border-color css

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

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

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