Html Css Color HEX #85413E Red Robin

📋 copy color: '#85413E'

red 133 ◦ green 65 ◦ blue 62

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

Shades of Red Robin #85413E

Tints of Red Robin #85413E

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 51.15%
G = 25%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85413E (or 0x85413E) is known color: Red Robin. HEX triplet: 85, 41 and 3E. RGB value is (133,65,62). Sum of RGB (Red+Green+Blue) = 133+65+62=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 62 (24.61% from 255 or 23.85% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85413E is #7ABEC1. Grayscale: #555555. Windows color (decimal): -8044226 or 4080005. OLE color: 4080005.

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

Color convert

RGB 133 65 62 -
CMYK 0 0.51 0.53 0.48
HSL 2.54º 0.36% 0.38% -
HSV(B) 2.54º 0.53% 0.52% -
XYZ 12.43 9.11 5.66 -
YUV 84.99 115.03 162.24 -
System Red Green Blue C M Y K H S L
Decimal 133 65 62 0 0.51 0.53 0.48 2.54 0.36 0.38
Hex 85 41 3E 0 33 35 30 3 24 26
Octal 205 101 76 0 63 65 60 3 44 46
Binary 10000101 1000001 111110 0 110011 110101 110000 11 100100 100110

Color Harmonies of #85413E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85413E

Black with #85413E

Text Example


Text Example

White with #85413E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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