#834343

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

Shades of Red Robin #834343

Tints of Red Robin #834343

Color information

#834343 (or 0x834343) is unknown color: approx Red Robin. HEX triplet: 83, 43 and 43. RGB value is (131,67,67). Sum of RGB (Red+Green+Blue) = 131+67+67=265 (35% of max value = 765). Red value is 131 (51.56% from 255 or 49.43% from 265); Green value is 67 (26.56% from 255 or 25.28% from 265); Blue value is 67 (26.56% from 255 or 25.28% from 265); Max value from RGB is 131 - color contains mainly: red. Hex color #834343 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834343 is #7CBCBC. Grayscale: #565656. Windows color (decimal): -8174781 or 4408195. OLE color: 4408195.

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

Color convert

RGB1316767-
CMYK00.490.490.49
HSL32.32%38.82%-
HSV(B)48.85%51.37%-
XYZ12.389.246.44-
YUV86.14117.2160-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 49.43%
GREEN value IS 67 (26.56% from 255) = 25.28%
BLUE value IS 67 (26.56% from 255) = 25.28%
R=49.43%
G=25.28%
B=25.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.49
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131676700.490.490.49032.3238.82
Hex834343031313102027
Octal203103103061616104047
Binary100000111000011100001101100011100011100010100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834343; }

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

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

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

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

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

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

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

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