#803F3A

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

Shades of Red Robin #803F3A

Tints of Red Robin #803F3A

Color information

#803F3A (or 0x803F3A) is unknown color: approx Red Robin. HEX triplet: 80, 3F and 3A. RGB value is (128,63,58). Sum of RGB (Red+Green+Blue) = 128+63+58=249 (32% of max value = 765). Red value is 128 (50.39% from 255 or 51.41% from 249); Green value is 63 (25% from 255 or 25.30% from 249); Blue value is 58 (23.05% from 255 or 23.29% from 249); Max value from RGB is 128 - color contains mainly: red. Hex color #803F3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803F3A is #7FC0C5. Grayscale: #515151. Windows color (decimal): -8372422 or 3817344. OLE color: 3817344.

HSL color Cylindrical-coordinate representation of color #803F3A: hue angle of 4.29º 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 #803F3A is Cyan = 0, Magento = 0.51, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1286358-
CMYK00.510.550.50
HSL4.29º37.63%36.47%-
HSV(B)4.29º54.69%50.2%-
XYZ11.448.455.03-
YUV81.86114.53160.91-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 51.41%
GREEN value IS 63 (25% from 255) = 25.30%
BLUE value IS 58 (23.05% from 255) = 23.29%
R=51.41%
G=25.30%
B=23.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128635800.510.550.504.2937.6336.47
Hex803F3A033373242624
Octal2007772063676244644
Binary100000001111111110100110011110111110010100100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #803F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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