Html Css Color HEX #85213A Shiraz

📋 copy color: '#85213A'

red 133 ◦ green 33 ◦ blue 58

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

Shades of Shiraz #85213A

Tints of Shiraz #85213A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.89%

R = 59.38%
G = 14.73%
B = 25.89%

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

#85213A (or 0x85213A) is known color: Shiraz. HEX triplet: 85, 21 and 3A. RGB value is (133,33,58). Sum of RGB (Red+Green+Blue) = 133+33+58=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #85213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85213A is #7ADEC5. Grayscale: #414141. Windows color (decimal): -8052422 or 3809669. OLE color: 3809669.

HSL color Cylindrical-coordinate representation of color #85213A: hue angle of 345º 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 #85213A is Cyan = 0, Magento = 0.75, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 33 58 -
CMYK 0 0.75 0.56 0.48
HSL 345º 0.6% 0.33% -
HSV(B) 345º 0.75% 0.52% -
XYZ 10.98 6.38 4.66 -
YUV 65.75 123.63 175.97 -
System Red Green Blue C M Y K H S L
Decimal 133 33 58 0 0.75 0.56 0.48 345 0.6 0.33
Hex 85 21 3A 0 4B 38 30 159 3C 21
Octal 205 41 72 0 113 70 60 531 74 41
Binary 10000101 100001 111010 0 1001011 111000 110000 101011001 111100 100001

Color Harmonies of #85213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85213A

Black with #85213A

Text Example


Text Example

White with #85213A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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