Html Css Color HEX #762515 Falu Red

📋 copy color: '#762515'

red 118 ◦ green 37 ◦ blue 21

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

Shades of Falu Red #762515

Tints of Falu Red #762515

RGB

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

 GREEN value IS 37 (14.84% from 255) = 21.02%

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

R = 67.05%
G = 21.02%
B = 11.93%

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

#762515 (or 0x762515) is known color: Falu Red. HEX triplet: 76, 25 and 15. RGB value is (118,37,21). Sum of RGB (Red+Green+Blue) = 118+37+21=176 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.05% from 176); Green value is 37 (14.84% from 255 or 21.02% from 176); Blue value is 21 (8.59% from 255 or 11.93% from 176); Max value from RGB is 118 - color contains mainly: red. Hex color #762515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762515 is #89DAEA. Grayscale: #3B3B3B. Windows color (decimal): -9034475 or 1385846. OLE color: 1385846.

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

Color convert

RGB 118 37 21 -
CMYK 0 0.69 0.82 0.54
HSL 9.9º 0.7% 0.27% -
HSV(B) 9.9º 0.82% 0.46% -
XYZ 8.27 5.23 1.28 -
YUV 59.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 118 37 21 0 0.69 0.82 0.54 9.9 0.7 0.27
Hex 76 25 15 0 45 52 36 A 46 1B
Octal 166 45 25 0 105 122 66 12 106 33
Binary 1110110 100101 10101 0 1000101 1010010 110110 1010 1000110 11011

Color Harmonies of #762515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762515

Black with #762515

Text Example


Text Example

White with #762515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762515; }

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

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

background-color css

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

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

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

border-color css

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

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

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