Html Css Color HEX #762101 Falu Red

📋 copy color: '#762101'

red 118 ◦ green 33 ◦ blue 1

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

Shades of Falu Red #762101

Tints of Falu Red #762101

RGB

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

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

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

R = 77.63%
G = 21.71%
B = 0.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#762101 (or 0x762101) is known color: Falu Red. HEX triplet: 76, 21 and 01. RGB value is (118,33,1). Sum of RGB (Red+Green+Blue) = 118+33+1=152 (20% of max value = 765). Red value is 118 (46.48% from 255 or 77.63% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 1 (0.78% from 255 or 0.66% from 152); Max value from RGB is 118 - color contains mainly: red. Hex color #762101 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #762101 is #89DEFE. Grayscale: #363636. Windows color (decimal): -9035519 or 74102. OLE color: 74102.

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

Color convert

RGB 118 33 1 -
CMYK 0 0.72 0.99 0.54
HSL 16.41º 0.98% 0.23% -
HSV(B) 16.41º 0.99% 0.46% -
XYZ 8.02 4.94 0.56 -
YUV 54.77 97.66 173.1 -
System Red Green Blue C M Y K H S L
Decimal 118 33 1 0 0.72 0.99 0.54 16.41 0.98 0.23
Hex 76 21 1 0 48 63 36 10 62 17
Octal 166 41 1 0 110 143 66 20 142 27
Binary 1110110 100001 1 0 1001000 1100011 110110 10000 1100010 10111

Color Harmonies of #762101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #762101

Black with #762101

Text Example


Text Example

White with #762101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #762101; }

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

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

background-color css

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

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

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

border-color css

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

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

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