Html Css Color HEX #804036 Red Robin

📋 copy color: '#804036'

red 128 ◦ green 64 ◦ blue 54

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

Shades of Red Robin #804036

Tints of Red Robin #804036

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 52.03%
G = 26.02%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.58

 K value IS 0.50

RGB Variations

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

Color information

#804036 (or 0x804036) is known color: Red Robin. HEX triplet: 80, 40 and 36. RGB value is (128,64,54). Sum of RGB (Red+Green+Blue) = 128+64+54=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #804036 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #804036 is #7FBFC9. Grayscale: #525252. Windows color (decimal): -8372170 or 3555456. OLE color: 3555456.

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

Color convert

RGB 128 64 54 -
CMYK 0 0.5 0.58 0.50
HSL 8.11º 0.41% 0.36% -
HSV(B) 8.11º 0.58% 0.5% -
XYZ 11.4 8.52 4.53 -
YUV 82 112.2 160.81 -
System Red Green Blue C M Y K H S L
Decimal 128 64 54 0 0.5 0.58 0.50 8.11 0.41 0.36
Hex 80 40 36 0 32 3A 32 8 29 24
Octal 200 100 66 0 62 72 62 10 51 44
Binary 10000000 1000000 110110 0 110010 111010 110010 1000 101001 100100

Color Harmonies of #804036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #804036

Black with #804036

Text Example


Text Example

White with #804036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #804036; }

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

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

background-color css

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

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

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

border-color css

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

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

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