Html Css Color HEX #85463E Red Robin

📋 copy color: '#85463E'

red 133 ◦ green 70 ◦ blue 62

#85463E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Robin #85463E

Tints of Red Robin #85463E

RGB

 RED value IS 133 (52.34% from 255) = 50.19%

 GREEN value IS 70 (27.73% from 255) = 26.42%

 BLUE value IS 62 (24.61% from 255) = 23.4%

R = 50.19%
G = 26.42%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85463E (or 0x85463E) is known color: Red Robin. HEX triplet: 85, 46 and 3E. RGB value is (133,70,62). Sum of RGB (Red+Green+Blue) = 133+70+62=265 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50.19% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 133 - color contains mainly: red. Hex color #85463E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85463E is #7AB9C1. Grayscale: #585858. Windows color (decimal): -8042946 or 4081285. OLE color: 4081285.

HSL color Cylindrical-coordinate representation of color #85463E: hue angle of 6.76º 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 #85463E is Cyan = 0, Magento = 0.47, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 62 -
CMYK 0 0.47 0.53 0.48
HSL 6.76º 0.36% 0.38% -
HSV(B) 6.76º 0.53% 0.52% -
XYZ 12.73 9.71 5.76 -
YUV 87.93 113.37 160.15 -
System Red Green Blue C M Y K H S L
Decimal 133 70 62 0 0.47 0.53 0.48 6.76 0.36 0.38
Hex 85 46 3E 0 2F 35 30 7 24 26
Octal 205 106 76 0 57 65 60 7 44 46
Binary 10000101 1000110 111110 0 101111 110101 110000 111 100100 100110

Color Harmonies of #85463E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85463E

Black with #85463E

Text Example


Text Example

White with #85463E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #85463E;
 }
 .AnyTagClassName
 {
   color: #85463E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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