Html Css Color HEX #762003 Falu Red

📋 copy color: '#762003'

red 118 ◦ green 32 ◦ blue 3

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

Shades of Falu Red #762003

Tints of Falu Red #762003

RGB

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

 GREEN value IS 32 (12.89% from 255) = 20.92%

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

R = 77.12%
G = 20.92%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762003 (or 0x762003) is known color: Falu Red. HEX triplet: 76, 20 and 03. RGB value is (118,32,3). Sum of RGB (Red+Green+Blue) = 118+32+3=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #762003 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762003 is #89DFFC. Grayscale: #363636. Windows color (decimal): -9035773 or 204918. OLE color: 204918.

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

Color convert

RGB 118 32 3 -
CMYK 0 0.73 0.97 0.54
HSL 15.13º 0.95% 0.24% -
HSV(B) 15.13º 0.97% 0.46% -
XYZ 8 4.89 0.61 -
YUV 54.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 118 32 3 0 0.73 0.97 0.54 15.13 0.95 0.24
Hex 76 20 3 0 49 61 36 F 5F 18
Octal 166 40 3 0 111 141 66 17 137 30
Binary 1110110 100000 11 0 1001001 1100001 110110 1111 1011111 11000

Color Harmonies of #762003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762003

Black with #762003

Text Example


Text Example

White with #762003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762003; }

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

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

background-color css

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

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

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

border-color css

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

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

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