Html Css Color HEX #762103 Falu Red

📋 copy color: '#762103'

red 118 ◦ green 33 ◦ blue 3

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

Shades of Falu Red #762103

Tints of Falu Red #762103

RGB

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

 GREEN value IS 33 (13.28% from 255) = 21.43%

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

R = 76.62%
G = 21.43%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#762103 (or 0x762103) is known color: Falu Red. HEX triplet: 76, 21 and 03. RGB value is (118,33,3). Sum of RGB (Red+Green+Blue) = 118+33+3=154 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.62% from 154); Green value is 33 (13.28% from 255 or 21.43% from 154); Blue value is 3 (1.56% from 255 or 1.95% from 154); Max value from RGB is 118 - color contains mainly: red. Hex color #762103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762103 is #89DEFC. Grayscale: #373737. Windows color (decimal): -9035517 or 205174. OLE color: 205174.

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

Color convert

RGB 118 33 3 -
CMYK 0 0.72 0.97 0.54
HSL 15.65º 0.95% 0.24% -
HSV(B) 15.65º 0.97% 0.46% -
XYZ 8.03 4.95 0.62 -
YUV 55 98.66 172.94 -
System Red Green Blue C M Y K H S L
Decimal 118 33 3 0 0.72 0.97 0.54 15.65 0.95 0.24
Hex 76 21 3 0 48 61 36 10 5F 18
Octal 166 41 3 0 110 141 66 20 137 30
Binary 1110110 100001 11 0 1001000 1100001 110110 10000 1011111 11000

Color Harmonies of #762103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762103

Black with #762103

Text Example


Text Example

White with #762103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762103; }

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

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

background-color css

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

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

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

border-color css

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

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

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