Html Css Color HEX #804240 Red Robin

📋 copy color: '#804240'

red 128 ◦ green 66 ◦ blue 64

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

Shades of Red Robin #804240

Tints of Red Robin #804240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 25.58%

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

R = 49.61%
G = 25.58%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.5

 K value IS 0.50

RGB Variations

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

Color information

#804240 (or 0x804240) is known color: Red Robin. HEX triplet: 80, 42 and 40. RGB value is (128,66,64). Sum of RGB (Red+Green+Blue) = 128+66+64=258 (34% of max value = 765). Red value is 128 (50.39% from 255 or 49.61% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 128 - color contains mainly: red. Hex color #804240 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804240 is #7FBDBF. Grayscale: #545454. Windows color (decimal): -8371648 or 4211328. OLE color: 4211328.

HSL color Cylindrical-coordinate representation of color #804240: hue angle of 1.88º 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 #804240 is Cyan = 0, Magento = 0.48, Yellow = 0.5 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 66 64 -
CMYK 0 0.48 0.5 0.50
HSL 1.88º 0.33% 0.38% -
HSV(B) 1.88º 0.5% 0.5% -
XYZ 11.78 8.86 5.94 -
YUV 84.31 116.54 159.16 -
System Red Green Blue C M Y K H S L
Decimal 128 66 64 0 0.48 0.5 0.50 1.88 0.33 0.38
Hex 80 42 40 0 30 32 32 2 21 26
Octal 200 102 100 0 60 62 62 2 41 46
Binary 10000000 1000010 1000000 0 110000 110010 110010 10 100001 100110

Color Harmonies of #804240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804240

Black with #804240

Text Example


Text Example

White with #804240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804240; }

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

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

background-color css

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

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

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

border-color css

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

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

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