Html Css Color HEX #852134 Shiraz

📋 copy color: '#852134'

red 133 ◦ green 33 ◦ blue 52

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

Shades of Shiraz #852134

Tints of Shiraz #852134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.85%

R = 61.01%
G = 15.14%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.61

 K value IS 0.48

RGB Variations

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

Color information

#852134 (or 0x852134) is known color: Shiraz. HEX triplet: 85, 21 and 34. RGB value is (133,33,52). Sum of RGB (Red+Green+Blue) = 133+33+52=218 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.01% from 218); Green value is 33 (13.28% from 255 or 15.14% from 218); Blue value is 52 (20.70% from 255 or 23.85% from 218); Max value from RGB is 133 - color contains mainly: red. Hex color #852134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852134 is #7ADECB. Grayscale: #414141. Windows color (decimal): -8052428 or 3416453. OLE color: 3416453.

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

Color convert

RGB 133 33 52 -
CMYK 0 0.75 0.61 0.48
HSL 348.6º 0.6% 0.33% -
HSV(B) 348.6º 0.75% 0.52% -
XYZ 10.84 6.32 3.9 -
YUV 65.07 120.63 176.46 -
System Red Green Blue C M Y K H S L
Decimal 133 33 52 0 0.75 0.61 0.48 348.6 0.6 0.33
Hex 85 21 34 0 4B 3D 30 15D 3C 21
Octal 205 41 64 0 113 75 60 535 74 41
Binary 10000101 100001 110100 0 1001011 111101 110000 101011101 111100 100001

Color Harmonies of #852134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852134

Black with #852134

Text Example


Text Example

White with #852134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852134; }

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

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

background-color css

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

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

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

border-color css

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

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

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