Html Css Color HEX #762403 Falu Red

📋 copy color: '#762403'

red 118 ◦ green 36 ◦ blue 3

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

Shades of Falu Red #762403

Tints of Falu Red #762403

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

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

R = 75.16%
G = 22.93%
B = 1.91%

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

#762403 (or 0x762403) is known color: Falu Red. HEX triplet: 76, 24 and 03. RGB value is (118,36,3). Sum of RGB (Red+Green+Blue) = 118+36+3=157 (20% of max value = 765). Red value is 118 (46.48% from 255 or 75.16% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 3 (1.56% from 255 or 1.91% from 157); Max value from RGB is 118 - color contains mainly: red. Hex color #762403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762403 is #89DBFC. Grayscale: #383838. Windows color (decimal): -9034749 or 205942. OLE color: 205942.

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

Color convert

RGB 118 36 3 -
CMYK 0 0.69 0.97 0.54
HSL 17.22º 0.95% 0.24% -
HSV(B) 17.22º 0.97% 0.46% -
XYZ 8.12 5.12 0.65 -
YUV 56.76 97.67 171.68 -
System Red Green Blue C M Y K H S L
Decimal 118 36 3 0 0.69 0.97 0.54 17.22 0.95 0.24
Hex 76 24 3 0 45 61 36 11 5F 18
Octal 166 44 3 0 105 141 66 21 137 30
Binary 1110110 100100 11 0 1000101 1100001 110110 10001 1011111 11000

Color Harmonies of #762403

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762403

Black with #762403

Text Example


Text Example

White with #762403

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762403; }

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

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

background-color css

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

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

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

border-color css

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

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

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