#85433B

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

Shades of Red Robin #85433B

Tints of Red Robin #85433B

Color information

#85433B (or 0x85433B) is unknown color: approx Red Robin. HEX triplet: 85, 43 and 3B. RGB value is (133,67,59). Sum of RGB (Red+Green+Blue) = 133+67+59=259 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.35% from 259); Green value is 67 (26.56% from 255 or 25.87% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 133 - color contains mainly: red. Hex color #85433B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85433B is #7ABCC4. Grayscale: #555555. Windows color (decimal): -8043717 or 3883909. OLE color: 3883909.

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

Color convert

RGB1336759-
CMYK00.500.560.48
HSL6.49º38.54%37.65%-
HSV(B)6.49º55.64%52.16%-
XYZ12.479.325.28-
YUV85.82112.87161.65-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.35%
GREEN value IS 67 (26.56% from 255) = 25.87%
BLUE value IS 59 (23.44% from 255) = 22.78%
R=51.35%
G=25.87%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133675900.500.560.486.4938.5437.65
Hex85433B032383062726
Octal20510373062706064746
Binary1000010110000111110110110010111000110000110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85433B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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