#803D3C

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

Shades of Red Robin #803D3C

Tints of Red Robin #803D3C

Color information

#803D3C (or 0x803D3C) is unknown color: approx Red Robin. HEX triplet: 80, 3D and 3C. RGB value is (128,61,60). Sum of RGB (Red+Green+Blue) = 128+61+60=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 60 (23.83% from 255 or 24.10% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D3C is #7FC2C3. Grayscale: #505050. Windows color (decimal): -8372932 or 3947904. OLE color: 3947904.

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

Color convert

RGB1286160-
CMYK00.520.530.50
HSL0.88º36.17%36.86%-
HSV(B)0.88º53.12%50.2%-
XYZ11.398.255.27-
YUV80.92116.2161.58-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 60 (23.83% from 255) = 24.10%
R=51.41%
G=24.50%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128616000.520.530.500.8836.1736.86
Hex803D3C034353212425
Octal2007574064656214445
Binary1000000011110111110001101001101011100101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #803D3C; }

 p { color: rgb(128,61,60); }

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

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

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

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

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

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

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