Html Css Color HEX #85223E Shiraz

📋 copy color: '#85223E'

red 133 ◦ green 34 ◦ blue 62

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

Shades of Shiraz #85223E

Tints of Shiraz #85223E

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.85%

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

R = 58.08%
G = 14.85%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85223E (or 0x85223E) is known color: Shiraz. HEX triplet: 85, 22 and 3E. RGB value is (133,34,62). Sum of RGB (Red+Green+Blue) = 133+34+62=229 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.08% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 62 (24.61% from 255 or 27.07% from 229); Max value from RGB is 133 - color contains mainly: red. Hex color #85223E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85223E is #7ADDC1. Grayscale: #424242. Windows color (decimal): -8052162 or 4072069. OLE color: 4072069.

HSL color Cylindrical-coordinate representation of color #85223E: hue angle of 343.03º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #85223E is Cyan = 0, Magento = 0.74, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 34 62 -
CMYK 0 0.74 0.53 0.48
HSL 343.03º 0.59% 0.33% -
HSV(B) 343.03º 0.74% 0.52% -
XYZ 11.11 6.48 5.22 -
YUV 66.79 125.3 175.22 -
System Red Green Blue C M Y K H S L
Decimal 133 34 62 0 0.74 0.53 0.48 343.03 0.59 0.33
Hex 85 22 3E 0 4A 35 30 157 3B 21
Octal 205 42 76 0 112 65 60 527 73 41
Binary 10000101 100010 111110 0 1001010 110101 110000 101010111 111011 100001

Color Harmonies of #85223E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85223E

Black with #85223E

Text Example


Text Example

White with #85223E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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