Html Css Color HEX #852840 Shiraz

📋 copy color: '#852840'

red 133 ◦ green 40 ◦ blue 64

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

Shades of Shiraz #852840

Tints of Shiraz #852840

RGB

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

 GREEN value IS 40 (16.02% from 255) = 16.88%

 BLUE value IS 64 (25.39% from 255) = 27%

R = 56.12%
G = 16.88%
B = 27%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#852840 (or 0x852840) is known color: Shiraz. HEX triplet: 85, 28 and 40. RGB value is (133,40,64). Sum of RGB (Red+Green+Blue) = 133+40+64=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 40 (16.02% from 255 or 16.88% from 237); Blue value is 64 (25.39% from 255 or 27.00% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #852840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852840 is #7AD7BF. Grayscale: #464646. Windows color (decimal): -8050624 or 4204677. OLE color: 4204677.

HSL color Cylindrical-coordinate representation of color #852840: hue angle of 344.52º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #852840 is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 40 64 -
CMYK 0 0.70 0.52 0.48
HSL 344.52º 0.54% 0.34% -
HSV(B) 344.52º 0.7% 0.52% -
XYZ 11.36 6.87 5.58 -
YUV 70.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 133 40 64 0 0.70 0.52 0.48 344.52 0.54 0.34
Hex 85 28 40 0 46 34 30 159 36 22
Octal 205 50 100 0 106 64 60 531 66 42
Binary 10000101 101000 1000000 0 1000110 110100 110000 101011001 110110 100010

Color Harmonies of #852840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852840

Black with #852840

Text Example


Text Example

White with #852840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852840; }

 p { color: rgb(133,40,64); }

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

background-color css

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

 a { background-color: rgb(133,40,64); }

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

border-color css

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

 span { border-color: rgb(133,40,64); }

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