#86433C

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

Shades of Red Robin #86433C

Tints of Red Robin #86433C

Color information

#86433C (or 0x86433C) is unknown color: approx Red Robin. HEX triplet: 86, 43 and 3C. RGB value is (134,67,60). Sum of RGB (Red+Green+Blue) = 134+67+60=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 67 (26.56% from 255 or 25.67% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86433C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86433C is #79BCC3. Grayscale: #565656. Windows color (decimal): -7978180 or 3949446. OLE color: 3949446.

HSL color Cylindrical-coordinate representation of color #86433C: hue angle of 5.68º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #86433C is Cyan = 0, Magento = 0.5, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB1346760-
CMYK00.50.550.47
HSL5.68º38.14%38.04%-
HSV(B)5.68º55.22%52.55%-
XYZ12.659.415.42-
YUV86.24113.2162.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 67 (26.56% from 255) = 25.67%
BLUE value IS 60 (23.83% from 255) = 22.99%
R=51.34%
G=25.67%
B=22.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134676000.50.550.475.6838.1438.04
Hex86433C032372F62626
Octal20610374062675764646
Binary1000011010000111111000110010110111101111110100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86433C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86433C; }

 p { color: rgb(134,67,60); }

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

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

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

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

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

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

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