Html Css Color HEX #852133 Shiraz

📋 copy color: '#852133'

red 133 ◦ green 33 ◦ blue 51

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

Shades of Shiraz #852133

Tints of Shiraz #852133

RGB

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

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

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

R = 61.29%
G = 15.21%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.62

 K value IS 0.48

RGB Variations

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

Color information

#852133 (or 0x852133) is known color: Shiraz. HEX triplet: 85, 21 and 33. RGB value is (133,33,51). Sum of RGB (Red+Green+Blue) = 133+33+51=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 33 (13.28% from 255 or 15.21% from 217); Blue value is 51 (20.31% from 255 or 23.50% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #852133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852133 is #7ADECC. Grayscale: #404040. Windows color (decimal): -8052429 or 3350917. OLE color: 3350917.

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

Color convert

RGB 133 33 51 -
CMYK 0 0.75 0.62 0.48
HSL 349.2º 0.6% 0.33% -
HSV(B) 349.2º 0.75% 0.52% -
XYZ 10.81 6.31 3.78 -
YUV 64.95 120.13 176.54 -
System Red Green Blue C M Y K H S L
Decimal 133 33 51 0 0.75 0.62 0.48 349.2 0.6 0.33
Hex 85 21 33 0 4B 3E 30 15D 3C 21
Octal 205 41 63 0 113 76 60 535 74 41
Binary 10000101 100001 110011 0 1001011 111110 110000 101011101 111100 100001

Color Harmonies of #852133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852133

Black with #852133

Text Example


Text Example

White with #852133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852133; }

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

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

background-color css

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

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

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

border-color css

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

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

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