Html Css Color HEX #762503 Falu Red

📋 copy color: '#762503'

red 118 ◦ green 37 ◦ blue 3

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

Shades of Falu Red #762503

Tints of Falu Red #762503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.9%

R = 74.68%
G = 23.42%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762503 (or 0x762503) is known color: Falu Red. HEX triplet: 76, 25 and 03. RGB value is (118,37,3). Sum of RGB (Red+Green+Blue) = 118+37+3=158 (20% of max value = 765). Red value is 118 (46.48% from 255 or 74.68% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 3 (1.56% from 255 or 1.90% from 158); Max value from RGB is 118 - color contains mainly: red. Hex color #762503 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762503 is #89DAFC. Grayscale: #393939. Windows color (decimal): -9034493 or 206198. OLE color: 206198.

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

Color convert

RGB 118 37 3 -
CMYK 0 0.69 0.97 0.54
HSL 17.74º 0.95% 0.24% -
HSV(B) 17.74º 0.97% 0.46% -
XYZ 8.15 5.18 0.66 -
YUV 57.34 97.34 171.26 -
System Red Green Blue C M Y K H S L
Decimal 118 37 3 0 0.69 0.97 0.54 17.74 0.95 0.24
Hex 76 25 3 0 45 61 36 12 5F 18
Octal 166 45 3 0 105 141 66 22 137 30
Binary 1110110 100101 11 0 1000101 1100001 110110 10010 1011111 11000

Color Harmonies of #762503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762503

Black with #762503

Text Example


Text Example

White with #762503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762503; }

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

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

background-color css

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

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

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

border-color css

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

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

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