Html Css Color HEX #762303 Falu Red

📋 copy color: '#762303'

red 118 ◦ green 35 ◦ blue 3

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

Shades of Falu Red #762303

Tints of Falu Red #762303

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 75.64%
G = 22.44%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762303 (or 0x762303) is known color: Falu Red. HEX triplet: 76, 23 and 03. RGB value is (118,35,3). Sum of RGB (Red+Green+Blue) = 118+35+3=156 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.64% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 3 (1.56% from 255 or 1.92% from 156); Max value from RGB is 118 - color contains mainly: red. Hex color #762303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762303 is #89DCFC. Grayscale: #383838. Windows color (decimal): -9035005 or 205686. OLE color: 205686.

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

Color convert

RGB 118 35 3 -
CMYK 0 0.70 0.97 0.54
HSL 16.7º 0.95% 0.24% -
HSV(B) 16.7º 0.97% 0.46% -
XYZ 8.09 5.06 0.64 -
YUV 56.17 98 172.1 -
System Red Green Blue C M Y K H S L
Decimal 118 35 3 0 0.70 0.97 0.54 16.7 0.95 0.24
Hex 76 23 3 0 46 61 36 11 5F 18
Octal 166 43 3 0 106 141 66 21 137 30
Binary 1110110 100011 11 0 1000110 1100001 110110 10001 1011111 11000

Color Harmonies of #762303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762303

Black with #762303

Text Example


Text Example

White with #762303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762303; }

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

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

background-color css

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

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

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

border-color css

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

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

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