Html Css Color HEX #85203F Shiraz

📋 copy color: '#85203F'

red 133 ◦ green 32 ◦ blue 63

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

Shades of Shiraz #85203F

Tints of Shiraz #85203F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 14.04%

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

R = 58.33%
G = 14.04%
B = 27.63%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85203F (or 0x85203F) is known color: Shiraz. HEX triplet: 85, 20 and 3F. RGB value is (133,32,63). Sum of RGB (Red+Green+Blue) = 133+32+63=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 32 (12.89% from 255 or 14.04% from 228); Blue value is 63 (25% from 255 or 27.63% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85203F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85203F is #7ADFC0. Grayscale: #414141. Windows color (decimal): -8052673 or 4137093. OLE color: 4137093.

HSL color Cylindrical-coordinate representation of color #85203F: hue angle of 341.58º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #85203F is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 63 -
CMYK 0 0.76 0.53 0.48
HSL 341.58º 0.61% 0.32% -
HSV(B) 341.58º 0.76% 0.52% -
XYZ 11.09 6.38 5.35 -
YUV 65.73 126.46 175.98 -
System Red Green Blue C M Y K H S L
Decimal 133 32 63 0 0.76 0.53 0.48 341.58 0.61 0.32
Hex 85 20 3F 0 4C 35 30 156 3D 20
Octal 205 40 77 0 114 65 60 526 75 40
Binary 10000101 100000 111111 0 1001100 110101 110000 101010110 111101 100000

Color Harmonies of #85203F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85203F

Black with #85203F

Text Example


Text Example

White with #85203F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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