Html Css Color HEX #85222F Shiraz

📋 copy color: '#85222F'

red 133 ◦ green 34 ◦ blue 47

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

Shades of Shiraz #85222F

Tints of Shiraz #85222F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 21.96%

R = 62.15%
G = 15.89%
B = 21.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#85222F (or 0x85222F) is known color: Shiraz. HEX triplet: 85, 22 and 2F. RGB value is (133,34,47). Sum of RGB (Red+Green+Blue) = 133+34+47=214 (28% of max value = 765). Red value is 133 (52.34% from 255 or 62.15% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 133 - color contains mainly: red. Hex color #85222F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85222F is #7ADDD0. Grayscale: #414141. Windows color (decimal): -8052177 or 3089029. OLE color: 3089029.

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

Color convert

RGB 133 34 47 -
CMYK 0 0.74 0.65 0.48
HSL 352.12º 0.59% 0.33% -
HSV(B) 352.12º 0.74% 0.52% -
XYZ 10.76 6.34 3.35 -
YUV 65.08 117.8 176.44 -
System Red Green Blue C M Y K H S L
Decimal 133 34 47 0 0.74 0.65 0.48 352.12 0.59 0.33
Hex 85 22 2F 0 4A 41 30 160 3B 21
Octal 205 42 57 0 112 101 60 540 73 41
Binary 10000101 100010 101111 0 1001010 1000001 110000 101100000 111011 100001

Color Harmonies of #85222F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85222F

Black with #85222F

Text Example


Text Example

White with #85222F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85222F; }

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

 H1.HeaderClassName
 {
   color: #85222F;
 }
 .AnyTagClassName
 {
   color: #85222F;
 }
</style>

background-color css

<style>
 a { background-color: #85222F; }

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

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

border-color css

<style>
 span { border-color: #85222F; }

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

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