#86433F

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

Shades of Red Robin #86433F

Tints of Red Robin #86433F

Color information

#86433F (or 0x86433F) is unknown color: approx Red Robin. HEX triplet: 86, 43 and 3F. RGB value is (134,67,63). Sum of RGB (Red+Green+Blue) = 134+67+63=264 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.76% from 264); Green value is 67 (26.56% from 255 or 25.38% from 264); Blue value is 63 (25% from 255 or 23.86% from 264); Max value from RGB is 134 - color contains mainly: red. Hex color #86433F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86433F is #79BCC0. Grayscale: #565656. Windows color (decimal): -7978177 or 4146054. OLE color: 4146054.

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

Color convert

RGB1346763-
CMYK00.50.530.47
HSL3.38º36.04%38.63%-
HSV(B)3.38º52.99%52.55%-
XYZ12.749.445.85-
YUV86.58114.7161.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.76%
GREEN value IS 67 (26.56% from 255) = 25.38%
BLUE value IS 63 (25% from 255) = 23.86%
R=50.76%
G=25.38%
B=23.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.53
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134676300.50.530.473.3836.0438.63
Hex86433F032352F32427
Octal20610377062655734447
Binary100001101000011111111011001011010110111111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86433F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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