Html Css Color HEX #804040 Red Robin

📋 copy color: '#804040'

red 128 ◦ green 64 ◦ blue 64

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

Shades of Red Robin #804040

Tints of Red Robin #804040

RGB

 RED value IS 128 (50.39% from 255) = 50%

 GREEN value IS 64 (25.39% from 255) = 25%

 BLUE value IS 64 (25.39% from 255) = 25%

R = 50%
G = 25%
B = 25%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#804040 (or 0x804040) is known color: Red Robin. HEX triplet: 80, 40 and 40. RGB value is (128,64,64). Sum of RGB (Red+Green+Blue) = 128+64+64=256 (33% of max value = 765). Red value is 128 (50.39% from 255 or 50% from 256); Green value is 64 (25.39% from 255 or 25% from 256); Blue value is 64 (25.39% from 255 or 25% from 256); Max value from RGB is 128 - color contains mainly: red. Hex color #804040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804040 is #7FBFBF. Grayscale: #535353. Windows color (decimal): -8372160 or 4210816. OLE color: 4210816.

HSL color Cylindrical-coordinate representation of color #804040: hue angle of 0º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #804040 is Cyan = 0, Magento = 0.5, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 64 64 -
CMYK 0 0.5 0.5 0.50
HSL 0.33% 0.38% -
HSV(B) 0.5% 0.5% -
XYZ 11.66 8.63 5.9 -
YUV 83.14 117.2 160 -
System Red Green Blue C M Y K H S L
Decimal 128 64 64 0 0.5 0.5 0.50 0 0.33 0.38
Hex 80 40 40 0 32 32 32 0 21 26
Octal 200 100 100 0 62 62 62 0 41 46
Binary 10000000 1000000 1000000 0 110010 110010 110010 0 100001 100110

Color Harmonies of #804040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804040

Black with #804040

Text Example


Text Example

White with #804040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804040; }

 p { color: rgb(128,64,64); }

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

background-color css

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

 a { background-color: rgb(128,64,64); }

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

border-color css

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

 span { border-color: rgb(128,64,64); }

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