Html Css Color HEX #85463D Red Robin

📋 copy color: '#85463D'

red 133 ◦ green 70 ◦ blue 61

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

Shades of Red Robin #85463D

Tints of Red Robin #85463D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.11%

R = 50.38%
G = 26.52%
B = 23.11%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85463D (or 0x85463D) is known color: Red Robin. HEX triplet: 85, 46 and 3D. RGB value is (133,70,61). Sum of RGB (Red+Green+Blue) = 133+70+61=264 (34% of max value = 765). Red value is 133 (52.34% from 255 or 50.38% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 61 (24.22% from 255 or 23.11% from 264); Max value from RGB is 133 - color contains mainly: red. Hex color #85463D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85463D is #7AB9C2. Grayscale: #575757. Windows color (decimal): -8042947 or 4015749. OLE color: 4015749.

HSL color Cylindrical-coordinate representation of color #85463D: hue angle of 7.5º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #85463D is Cyan = 0, Magento = 0.47, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 70 61 -
CMYK 0 0.47 0.54 0.48
HSL 7.5º 0.37% 0.38% -
HSV(B) 7.5º 0.54% 0.52% -
XYZ 12.71 9.7 5.62 -
YUV 87.81 112.87 160.23 -
System Red Green Blue C M Y K H S L
Decimal 133 70 61 0 0.47 0.54 0.48 7.5 0.37 0.38
Hex 85 46 3D 0 2F 36 30 8 25 26
Octal 205 106 75 0 57 66 60 10 45 46
Binary 10000101 1000110 111101 0 101111 110110 110000 1000 100101 100110

Color Harmonies of #85463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85463D

Black with #85463D

Text Example


Text Example

White with #85463D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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