Html Css Color HEX #762401 Falu Red

📋 copy color: '#762401'

red 118 ◦ green 36 ◦ blue 1

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

Shades of Falu Red #762401

Tints of Falu Red #762401

RGB

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

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

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

R = 76.13%
G = 23.23%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#762401 (or 0x762401) is known color: Falu Red. HEX triplet: 76, 24 and 01. RGB value is (118,36,1). Sum of RGB (Red+Green+Blue) = 118+36+1=155 (20% of max value = 765). Red value is 118 (46.48% from 255 or 76.13% from 155); Green value is 36 (14.45% from 255 or 23.23% from 155); Blue value is 1 (0.78% from 255 or 0.65% from 155); Max value from RGB is 118 - color contains mainly: red. Hex color #762401 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762401 is #89DBFE. Grayscale: #383838. Windows color (decimal): -9034751 or 74870. OLE color: 74870.

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

Color convert

RGB 118 36 1 -
CMYK 0 0.69 0.99 0.54
HSL 17.95º 0.98% 0.23% -
HSV(B) 17.95º 0.99% 0.46% -
XYZ 8.11 5.12 0.59 -
YUV 56.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 118 36 1 0 0.69 0.99 0.54 17.95 0.98 0.23
Hex 76 24 1 0 45 63 36 12 62 17
Octal 166 44 1 0 105 143 66 22 142 27
Binary 1110110 100100 1 0 1000101 1100011 110110 10010 1100010 10111

Color Harmonies of #762401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762401

Black with #762401

Text Example


Text Example

White with #762401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762401; }

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

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

background-color css

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

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

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

border-color css

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

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

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