Html Css Color HEX #852132 Shiraz

📋 copy color: '#852132'

red 133 ◦ green 33 ◦ blue 50

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

Shades of Shiraz #852132

Tints of Shiraz #852132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 23.15%

R = 61.57%
G = 15.28%
B = 23.15%

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

#852132 (or 0x852132) is known color: Shiraz. HEX triplet: 85, 21 and 32. RGB value is (133,33,50). Sum of RGB (Red+Green+Blue) = 133+33+50=216 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.57% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 133 - color contains mainly: red. Hex color #852132 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852132 is #7ADECD. Grayscale: #404040. Windows color (decimal): -8052430 or 3285381. OLE color: 3285381.

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

Color convert

RGB 133 33 50 -
CMYK 0 0.75 0.62 0.48
HSL 349.8º 0.6% 0.33% -
HSV(B) 349.8º 0.75% 0.52% -
XYZ 10.79 6.3 3.67 -
YUV 64.84 119.63 176.62 -
System Red Green Blue C M Y K H S L
Decimal 133 33 50 0 0.75 0.62 0.48 349.8 0.6 0.33
Hex 85 21 32 0 4B 3E 30 15E 3C 21
Octal 205 41 62 0 113 76 60 536 74 41
Binary 10000101 100001 110010 0 1001011 111110 110000 101011110 111100 100001

Color Harmonies of #852132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852132

Black with #852132

Text Example


Text Example

White with #852132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852132; }

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

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

background-color css

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

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

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

border-color css

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

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

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