#85423E

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

Shades of Red Robin #85423E

Tints of Red Robin #85423E

Color information

#85423E (or 0x85423E) is unknown color: approx Red Robin. HEX triplet: 85, 42 and 3E. RGB value is (133,66,62). Sum of RGB (Red+Green+Blue) = 133+66+62=261 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.96% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 133 - color contains mainly: red. Hex color #85423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85423E is #7ABDC1. Grayscale: #555555. Windows color (decimal): -8043970 or 4080261. OLE color: 4080261.

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

Color convert

RGB1336662-
CMYK00.500.530.48
HSL3.38º36.41%38.24%-
HSV(B)3.38º53.38%52.16%-
XYZ12.499.235.68-
YUV85.58114.7161.83-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 50.96%
GREEN value IS 66 (26.17% from 255) = 25.29%
BLUE value IS 62 (24.61% from 255) = 23.75%
R=50.96%
G=25.29%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133666200.500.530.483.3836.4138.24
Hex85423E032353032426
Octal20510276062656034446
Binary100001011000010111110011001011010111000011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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