Html Css Color HEX #762115 Falu Red

📋 copy color: '#762115'

red 118 ◦ green 33 ◦ blue 21

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

Shades of Falu Red #762115

Tints of Falu Red #762115

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.19%

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

R = 68.6%
G = 19.19%
B = 12.21%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#762115 (or 0x762115) is known color: Falu Red. HEX triplet: 76, 21 and 15. RGB value is (118,33,21). Sum of RGB (Red+Green+Blue) = 118+33+21=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 21 (8.59% from 255 or 12.21% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #762115 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762115 is #89DEEA. Grayscale: #393939. Windows color (decimal): -9035499 or 1384822. OLE color: 1384822.

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

Color convert

RGB 118 33 21 -
CMYK 0 0.72 0.82 0.54
HSL 7.42º 0.7% 0.27% -
HSV(B) 7.42º 0.82% 0.46% -
XYZ 8.15 4.99 1.24 -
YUV 57.05 107.66 171.48 -
System Red Green Blue C M Y K H S L
Decimal 118 33 21 0 0.72 0.82 0.54 7.42 0.7 0.27
Hex 76 21 15 0 48 52 36 7 46 1B
Octal 166 41 25 0 110 122 66 7 106 33
Binary 1110110 100001 10101 0 1001000 1010010 110110 111 1000110 11011

Color Harmonies of #762115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762115

Black with #762115

Text Example


Text Example

White with #762115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762115; }

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

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

background-color css

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

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

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

border-color css

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

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

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