#85433A

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

Shades of Red Robin #85433A

Tints of Red Robin #85433A

Color information

#85433A (or 0x85433A) is unknown color: approx Red Robin. HEX triplet: 85, 43 and 3A. RGB value is (133,67,58). Sum of RGB (Red+Green+Blue) = 133+67+58=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 58 (23.05% from 255 or 22.48% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #85433A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85433A is #7ABCC5. Grayscale: #555555. Windows color (decimal): -8043718 or 3818373. OLE color: 3818373.

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

Color convert

RGB1336758-
CMYK00.500.560.48
HSL7.2º39.27%37.45%-
HSV(B)7.2º56.39%52.16%-
XYZ12.449.315.14-
YUV85.71112.37161.73-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 58 (23.05% from 255) = 22.48%
R=51.55%
G=25.97%
B=22.48%

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
Decimal133675800.500.560.487.239.2737.45
Hex85433A032383072725
Octal20510372062706074745
Binary1000010110000111110100110010111000110000111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85433A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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