#834342

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

Shades of Red Robin #834342

Tints of Red Robin #834342

Color information

#834342 (or 0x834342) is unknown color: approx Red Robin. HEX triplet: 83, 43 and 42. RGB value is (131,67,66). Sum of RGB (Red+Green+Blue) = 131+67+66=264 (34% of max value = 765). Red value is 131 (51.56% from 255 or 49.62% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 66 (26.17% from 255 or 25% from 264); Max value from RGB is 131 - color contains mainly: red. Hex color #834342 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834342 is #7CBCBD. Grayscale: #565656. Windows color (decimal): -8174782 or 4342659. OLE color: 4342659.

HSL color Cylindrical-coordinate representation of color #834342: hue angle of 0.92º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #834342 is Cyan = 0, Magento = 0.49, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB1316766-
CMYK00.490.500.49
HSL0.92º32.99%38.63%-
HSV(B)0.92º49.62%51.37%-
XYZ12.359.236.29-
YUV86.02116.7160.08-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.62%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 66 (26.17% from 255) = 25%
R=49.62%
G=25.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131676600.490.500.490.9232.9938.63
Hex834342031323112127
Octal203103102061626114147
Binary100000111000011100001001100011100101100011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834342; }

 p { color: rgb(131,67,66); }

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

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

 a { background-color: rgb(131,67,66); }

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

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

 span { border-color: rgb(131,67,66); }

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