Html Css Color HEX #852935 Shiraz

📋 copy color: '#852935'

red 133 ◦ green 41 ◦ blue 53

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

Shades of Shiraz #852935

Tints of Shiraz #852935

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.06%

 BLUE value IS 53 (21.09% from 255) = 23.35%

R = 58.59%
G = 18.06%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.60

 K value IS 0.48

RGB Variations

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

Color information

#852935 (or 0x852935) is known color: Shiraz. HEX triplet: 85, 29 and 35. RGB value is (133,41,53). Sum of RGB (Red+Green+Blue) = 133+41+53=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 41 (16.41% from 255 or 18.06% from 227); Blue value is 53 (21.09% from 255 or 23.35% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #852935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852935 is #7AD6CA. Grayscale: #454545. Windows color (decimal): -8050379 or 3484037. OLE color: 3484037.

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

Color convert

RGB 133 41 53 -
CMYK 0 0.69 0.60 0.48
HSL 352.17º 0.53% 0.34% -
HSV(B) 352.17º 0.69% 0.52% -
XYZ 11.11 6.83 4.1 -
YUV 69.88 118.48 173.02 -
System Red Green Blue C M Y K H S L
Decimal 133 41 53 0 0.69 0.60 0.48 352.17 0.53 0.34
Hex 85 29 35 0 45 3C 30 160 35 22
Octal 205 51 65 0 105 74 60 540 65 42
Binary 10000101 101001 110101 0 1000101 111100 110000 101100000 110101 100010

Color Harmonies of #852935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852935

Black with #852935

Text Example


Text Example

White with #852935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852935; }

 p { color: rgb(133,41,53); }

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

background-color css

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

 a { background-color: rgb(133,41,53); }

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

border-color css

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

 span { border-color: rgb(133,41,53); }

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