Html Css Color HEX #85213E Shiraz

📋 copy color: '#85213E'

red 133 ◦ green 33 ◦ blue 62

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

Shades of Shiraz #85213E

Tints of Shiraz #85213E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.19%

R = 58.33%
G = 14.47%
B = 27.19%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85213E (or 0x85213E) is known color: Shiraz. HEX triplet: 85, 21 and 3E. RGB value is (133,33,62). Sum of RGB (Red+Green+Blue) = 133+33+62=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 33 (13.28% from 255 or 14.47% from 228); Blue value is 62 (24.61% from 255 or 27.19% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #85213E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85213E is #7ADEC1. Grayscale: #424242. Windows color (decimal): -8052418 or 4071813. OLE color: 4071813.

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

Color convert

RGB 133 33 62 -
CMYK 0 0.75 0.53 0.48
HSL 342.6º 0.6% 0.33% -
HSV(B) 342.6º 0.75% 0.52% -
XYZ 11.09 6.42 5.21 -
YUV 66.21 125.63 175.64 -
System Red Green Blue C M Y K H S L
Decimal 133 33 62 0 0.75 0.53 0.48 342.6 0.6 0.33
Hex 85 21 3E 0 4B 35 30 157 3C 21
Octal 205 41 76 0 113 65 60 527 74 41
Binary 10000101 100001 111110 0 1001011 110101 110000 101010111 111100 100001

Color Harmonies of #85213E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85213E

Black with #85213E

Text Example


Text Example

White with #85213E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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