Html Css Color HEX #85403F Red Robin

📋 copy color: '#85403F'

red 133 ◦ green 64 ◦ blue 63

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

Shades of Red Robin #85403F

Tints of Red Robin #85403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 24.62%

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

R = 51.15%
G = 24.62%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85403F (or 0x85403F) is known color: Red Robin. HEX triplet: 85, 40 and 3F. RGB value is (133,64,63). Sum of RGB (Red+Green+Blue) = 133+64+63=260 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.15% from 260); Green value is 64 (25.39% from 255 or 24.62% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 133 - color contains mainly: red. Hex color #85403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85403F is #7ABFC0. Grayscale: #545454. Windows color (decimal): -8044481 or 4145285. OLE color: 4145285.

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

Color convert

RGB 133 64 63 -
CMYK 0 0.52 0.53 0.48
HSL 0.86º 0.36% 0.38% -
HSV(B) 0.86º 0.53% 0.52% -
XYZ 12.4 9.01 5.79 -
YUV 84.52 115.86 162.58 -
System Red Green Blue C M Y K H S L
Decimal 133 64 63 0 0.52 0.53 0.48 0.86 0.36 0.38
Hex 85 40 3F 0 34 35 30 1 24 26
Octal 205 100 77 0 64 65 60 1 44 46
Binary 10000101 1000000 111111 0 110100 110101 110000 1 100100 100110

Color Harmonies of #85403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85403F

Black with #85403F

Text Example


Text Example

White with #85403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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