Html Css Color HEX #85463F Red Robin

📋 copy color: '#85463F'

red 133 ◦ green 70 ◦ blue 63

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

Shades of Red Robin #85463F

Tints of Red Robin #85463F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.68%

R = 50%
G = 26.32%
B = 23.68%

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

#85463F (or 0x85463F) is known color: Red Robin. HEX triplet: 85, 46 and 3F. RGB value is (133,70,63). Sum of RGB (Red+Green+Blue) = 133+70+63=266 (35% of max value = 765). Red value is 133 (52.34% from 255 or 50% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 133 - color contains mainly: red. Hex color #85463F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85463F is #7AB9C0. Grayscale: #585858. Windows color (decimal): -8042945 or 4146821. OLE color: 4146821.

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

Color convert

RGB 133 70 63 -
CMYK 0 0.47 0.53 0.48
HSL 0.36% 0.38% -
HSV(B) 0.53% 0.52% -
XYZ 12.76 9.73 5.91 -
YUV 88.04 113.87 160.07 -
System Red Green Blue C M Y K H S L
Decimal 133 70 63 0 0.47 0.53 0.48 6 0.36 0.38
Hex 85 46 3F 0 2F 35 30 6 24 26
Octal 205 106 77 0 57 65 60 6 44 46
Binary 10000101 1000110 111111 0 101111 110101 110000 110 100100 100110

Color Harmonies of #85463F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85463F

Black with #85463F

Text Example


Text Example

White with #85463F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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