#86433B

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

Shades of Red Robin #86433B

Tints of Red Robin #86433B

Color information

#86433B (or 0x86433B) is unknown color: approx Red Robin. HEX triplet: 86, 43 and 3B. RGB value is (134,67,59). Sum of RGB (Red+Green+Blue) = 134+67+59=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 67 (26.56% from 255 or 25.77% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86433B is #79BCC4. Grayscale: #565656. Windows color (decimal): -7978181 or 3883910. OLE color: 3883910.

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

Color convert

RGB1346759-
CMYK00.50.560.47
HSL6.4º38.86%37.84%-
HSV(B)6.4º55.97%52.55%-
XYZ12.639.45.29-
YUV86.12112.7162.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 67 (26.56% from 255) = 25.77%
BLUE value IS 59 (23.44% from 255) = 22.69%
R=51.54%
G=25.77%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134675900.50.560.476.438.8637.84
Hex86433B032382F62726
Octal20610373062705764746
Binary1000011010000111110110110010111000101111110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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