#85423B

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

Shades of Red Robin #85423B

Tints of Red Robin #85423B

Color information

#85423B (or 0x85423B) is unknown color: approx Red Robin. HEX triplet: 85, 42 and 3B. RGB value is (133,66,59). Sum of RGB (Red+Green+Blue) = 133+66+59=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 66 (26.17% from 255 or 25.58% from 258); Blue value is 59 (23.44% from 255 or 22.87% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85423B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85423B is #7ABDC4. Grayscale: #555555. Windows color (decimal): -8043973 or 3883653. OLE color: 3883653.

HSL color Cylindrical-coordinate representation of color #85423B: hue angle of 5.68º 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 #85423B is Cyan = 0, Magento = 0.50, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB1336659-
CMYK00.500.560.48
HSL5.68º38.54%37.65%-
HSV(B)5.68º55.64%52.16%-
XYZ12.419.25.26-
YUV85.23113.2162.07-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 66 (26.17% from 255) = 25.58%
BLUE value IS 59 (23.44% from 255) = 22.87%
R=51.55%
G=25.58%
B=22.87%

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
Decimal133665900.500.560.485.6838.5437.65
Hex85423B032383062726
Octal20510273062706064746
Binary1000010110000101110110110010111000110000110100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85423B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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