Html Css Color HEX #85213B Shiraz

📋 copy color: '#85213B'

red 133 ◦ green 33 ◦ blue 59

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

Shades of Shiraz #85213B

Tints of Shiraz #85213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.67%

 BLUE value IS 59 (23.44% from 255) = 26.22%

R = 59.11%
G = 14.67%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85213B (or 0x85213B) is known color: Shiraz. HEX triplet: 85, 21 and 3B. RGB value is (133,33,59). Sum of RGB (Red+Green+Blue) = 133+33+59=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 33 (13.28% from 255 or 14.67% from 225); Blue value is 59 (23.44% from 255 or 26.22% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85213B is #7ADEC4. Grayscale: #414141. Windows color (decimal): -8052421 or 3875205. OLE color: 3875205.

HSL color Cylindrical-coordinate representation of color #85213B: hue angle of 344.4º degrees, saturation: 0.6, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #85213B is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 59 -
CMYK 0 0.75 0.56 0.48
HSL 344.4º 0.6% 0.33% -
HSV(B) 344.4º 0.75% 0.52% -
XYZ 11.01 6.39 4.79 -
YUV 65.86 124.13 175.89 -
System Red Green Blue C M Y K H S L
Decimal 133 33 59 0 0.75 0.56 0.48 344.4 0.6 0.33
Hex 85 21 3B 0 4B 38 30 158 3C 21
Octal 205 41 73 0 113 70 60 530 74 41
Binary 10000101 100001 111011 0 1001011 111000 110000 101011000 111100 100001

Color Harmonies of #85213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85213B

Black with #85213B

Text Example


Text Example

White with #85213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85213B; }

 p { color: rgb(133,33,59); }

 H1.HeaderClassName
 {
   color: #85213B;
 }
 .AnyTagClassName
 {
   color: #85213B;
 }
</style>

background-color css

<style>
 a { background-color: #85213B; }

 a { background-color: rgb(133,33,59); }

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

border-color css

<style>
 span { border-color: #85213B; }

 span { border-color: rgb(133,33,59); }

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