Html Css Color HEX #852233 Shiraz

📋 copy color: '#852233'

red 133 ◦ green 34 ◦ blue 51

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

Shades of Shiraz #852233

Tints of Shiraz #852233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 23.39%

R = 61.01%
G = 15.6%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852233 (or 0x852233) is known color: Shiraz. HEX triplet: 85, 22 and 33. RGB value is (133,34,51). Sum of RGB (Red+Green+Blue) = 133+34+51=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 51 (20.31% from 255 or 23.39% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852233 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852233 is #7ADDCC. Grayscale: #414141. Windows color (decimal): -8052173 or 3351173. OLE color: 3351173.

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

Color convert

RGB 133 34 51 -
CMYK 0 0.74 0.62 0.48
HSL 349.7º 0.59% 0.33% -
HSV(B) 349.7º 0.74% 0.52% -
XYZ 10.84 6.37 3.79 -
YUV 65.54 119.8 176.12 -
System Red Green Blue C M Y K H S L
Decimal 133 34 51 0 0.74 0.62 0.48 349.7 0.59 0.33
Hex 85 22 33 0 4A 3E 30 15E 3B 21
Octal 205 42 63 0 112 76 60 536 73 41
Binary 10000101 100010 110011 0 1001010 111110 110000 101011110 111011 100001

Color Harmonies of #852233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852233

Black with #852233

Text Example


Text Example

White with #852233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852233; }

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

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

background-color css

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

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

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

border-color css

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

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

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