Html Css Color HEX #85463B Red Robin

📋 copy color: '#85463B'

red 133 ◦ green 70 ◦ blue 59

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

Shades of Red Robin #85463B

Tints of Red Robin #85463B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.52%

R = 50.76%
G = 26.72%
B = 22.52%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85463B (or 0x85463B) is known color: Red Robin. HEX triplet: 85, 46 and 3B. RGB value is (133,70,59). Sum of RGB (Red+Green+Blue) = 133+70+59=262 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.76% from 262); Green value is 70 (27.73% from 255 or 26.72% from 262); Blue value is 59 (23.44% from 255 or 22.52% from 262); Max value from RGB is 133 - color contains mainly: red. Hex color #85463B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85463B is #7AB9C4. Grayscale: #575757. Windows color (decimal): -8042949 or 3884677. OLE color: 3884677.

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

Color convert

RGB 133 70 59 -
CMYK 0 0.47 0.56 0.48
HSL 8.92º 0.39% 0.38% -
HSV(B) 8.92º 0.56% 0.52% -
XYZ 12.65 9.68 5.34 -
YUV 87.58 111.87 160.39 -
System Red Green Blue C M Y K H S L
Decimal 133 70 59 0 0.47 0.56 0.48 8.92 0.39 0.38
Hex 85 46 3B 0 2F 38 30 9 27 26
Octal 205 106 73 0 57 70 60 11 47 46
Binary 10000101 1000110 111011 0 101111 111000 110000 1001 100111 100110

Color Harmonies of #85463B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85463B

Black with #85463B

Text Example


Text Example

White with #85463B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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