Html Css Color HEX #762201 Falu Red

📋 copy color: '#762201'

red 118 ◦ green 34 ◦ blue 1

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

Shades of Falu Red #762201

Tints of Falu Red #762201

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.65%

R = 77.12%
G = 22.22%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#762201 (or 0x762201) is known color: Falu Red. HEX triplet: 76, 22 and 01. RGB value is (118,34,1). Sum of RGB (Red+Green+Blue) = 118+34+1=153 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.12% from 153); Green value is 34 (13.67% from 255 or 22.22% from 153); Blue value is 1 (0.78% from 255 or 0.65% from 153); Max value from RGB is 118 - color contains mainly: red. Hex color #762201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762201 is #89DDFE. Grayscale: #373737. Windows color (decimal): -9035263 or 74358. OLE color: 74358.

HSL color Cylindrical-coordinate representation of color #762201: hue angle of 16.92º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #762201 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 34 1 -
CMYK 0 0.71 0.99 0.54
HSL 16.92º 0.98% 0.23% -
HSV(B) 16.92º 0.99% 0.46% -
XYZ 8.05 5 0.57 -
YUV 55.35 97.33 172.68 -
System Red Green Blue C M Y K H S L
Decimal 118 34 1 0 0.71 0.99 0.54 16.92 0.98 0.23
Hex 76 22 1 0 47 63 36 11 62 17
Octal 166 42 1 0 107 143 66 21 142 27
Binary 1110110 100010 1 0 1000111 1100011 110110 10001 1100010 10111

Color Harmonies of #762201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762201

Black with #762201

Text Example


Text Example

White with #762201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762201; }

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

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

background-color css

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

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

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

border-color css

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

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

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