Html Css Color HEX #85223A Shiraz

📋 copy color: '#85223A'

red 133 ◦ green 34 ◦ blue 58

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

Shades of Shiraz #85223A

Tints of Shiraz #85223A

RGB

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

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

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

R = 59.11%
G = 15.11%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85223A (or 0x85223A) is known color: Shiraz. HEX triplet: 85, 22 and 3A. RGB value is (133,34,58). Sum of RGB (Red+Green+Blue) = 133+34+58=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 34 (13.67% from 255 or 15.11% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85223A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85223A is #7ADDC5. Grayscale: #424242. Windows color (decimal): -8052166 or 3809925. OLE color: 3809925.

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

Color convert

RGB 133 34 58 -
CMYK 0 0.74 0.56 0.48
HSL 345.45º 0.59% 0.33% -
HSV(B) 345.45º 0.74% 0.52% -
XYZ 11.01 6.44 4.67 -
YUV 66.34 123.3 175.55 -
System Red Green Blue C M Y K H S L
Decimal 133 34 58 0 0.74 0.56 0.48 345.45 0.59 0.33
Hex 85 22 3A 0 4A 38 30 159 3B 21
Octal 205 42 72 0 112 70 60 531 73 41
Binary 10000101 100010 111010 0 1001010 111000 110000 101011001 111011 100001

Color Harmonies of #85223A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85223A

Black with #85223A

Text Example


Text Example

White with #85223A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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