Html Css Color HEX #85203D Shiraz

📋 copy color: '#85203D'

red 133 ◦ green 32 ◦ blue 61

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

Shades of Shiraz #85203D

Tints of Shiraz #85203D

RGB

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

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

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

R = 58.85%
G = 14.16%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85203D (or 0x85203D) is known color: Shiraz. HEX triplet: 85, 20 and 3D. RGB value is (133,32,61). Sum of RGB (Red+Green+Blue) = 133+32+61=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 32 (12.89% from 255 or 14.16% from 226); Blue value is 61 (24.22% from 255 or 26.99% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85203D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85203D is #7ADFC2. Grayscale: #414141. Windows color (decimal): -8052675 or 4006021. OLE color: 4006021.

HSL color Cylindrical-coordinate representation of color #85203D: hue angle of 342.77º 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 #85203D is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 32 61 -
CMYK 0 0.76 0.54 0.48
HSL 342.77º 0.61% 0.32% -
HSV(B) 342.77º 0.76% 0.52% -
XYZ 11.03 6.36 5.06 -
YUV 65.51 125.46 176.14 -
System Red Green Blue C M Y K H S L
Decimal 133 32 61 0 0.76 0.54 0.48 342.77 0.61 0.32
Hex 85 20 3D 0 4C 36 30 157 3D 20
Octal 205 40 75 0 114 66 60 527 75 40
Binary 10000101 100000 111101 0 1001100 110110 110000 101010111 111101 100000

Color Harmonies of #85203D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85203D

Black with #85203D

Text Example


Text Example

White with #85203D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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