Html Css Color HEX #762203 Falu Red

📋 copy color: '#762203'

red 118 ◦ green 34 ◦ blue 3

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

Shades of Falu Red #762203

Tints of Falu Red #762203

RGB

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

 GREEN value IS 34 (13.67% from 255) = 21.94%

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

R = 76.13%
G = 21.94%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762203 (or 0x762203) is known color: Falu Red. HEX triplet: 76, 22 and 03. RGB value is (118,34,3). Sum of RGB (Red+Green+Blue) = 118+34+3=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 34 (13.67% from 255 or 21.94% from 155); Blue value is 3 (1.56% from 255 or 1.94% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #762203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762203 is #89DDFC. Grayscale: #373737. Windows color (decimal): -9035261 or 205430. OLE color: 205430.

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

Color convert

RGB 118 34 3 -
CMYK 0 0.71 0.97 0.54
HSL 16.17º 0.95% 0.24% -
HSV(B) 16.17º 0.97% 0.46% -
XYZ 8.06 5 0.63 -
YUV 55.58 98.33 172.52 -
System Red Green Blue C M Y K H S L
Decimal 118 34 3 0 0.71 0.97 0.54 16.17 0.95 0.24
Hex 76 22 3 0 47 61 36 10 5F 18
Octal 166 42 3 0 107 141 66 20 137 30
Binary 1110110 100010 11 0 1000111 1100001 110110 10000 1011111 11000

Color Harmonies of #762203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762203

Black with #762203

Text Example


Text Example

White with #762203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762203; }

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

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

background-color css

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

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

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

border-color css

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

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

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