#80413A

Color #80413A Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #80413A

Tints of Red Robin #80413A

Color information

#80413A (or 0x80413A) is unknown color: approx Red Robin. HEX triplet: 80, 41 and 3A. RGB value is (128,65,58). Sum of RGB (Red+Green+Blue) = 128+65+58=251 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.00% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 58 (23.05% from 255 or 23.11% from 251); Max value from RGB is 128 - color contains mainly: red. Hex color #80413A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80413A is #7FBEC5. Grayscale: #535353. Windows color (decimal): -8371910 or 3817856. OLE color: 3817856.

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

Color convert

RGB1286558-
CMYK00.490.550.50
HSL37.63%36.47%-
HSV(B)54.69%50.2%-
XYZ11.568.685.07-
YUV83.04113.87160.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.00%
GREEN value IS 65 (25.78% from 255) = 25.90%
BLUE value IS 58 (23.05% from 255) = 23.11%
R=51.00%
G=25.90%
B=23.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128655800.490.550.50637.6336.47
Hex80413A031373262624
Octal20010172061676264644
Binary1000000010000011110100110001110111110010110100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #80413A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #80413A; }

 p { color: rgb(128,65,58); }

 H1.HeaderClassName
 {
   color: #80413A;
 }
 .AnyTagClassName
 {
   color: #80413A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #80413A;
 }
 .BgClassName
 {
   background-color: #80413A;
 }
</style>
border-color css

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

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

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