Html Css Color HEX #852936 Shiraz

📋 copy color: '#852936'

red 133 ◦ green 41 ◦ blue 54

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

Shades of Shiraz #852936

Tints of Shiraz #852936

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 23.68%

R = 58.33%
G = 17.98%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#852936 (or 0x852936) is known color: Shiraz. HEX triplet: 85, 29 and 36. RGB value is (133,41,54). Sum of RGB (Red+Green+Blue) = 133+41+54=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 41 (16.41% from 255 or 17.98% from 228); Blue value is 54 (21.48% from 255 or 23.68% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #852936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852936 is #7AD6C9. Grayscale: #464646. Windows color (decimal): -8050378 or 3549573. OLE color: 3549573.

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

Color convert

RGB 133 41 54 -
CMYK 0 0.69 0.59 0.48
HSL 351.52º 0.53% 0.34% -
HSV(B) 351.52º 0.69% 0.52% -
XYZ 11.13 6.84 4.22 -
YUV 69.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 133 41 54 0 0.69 0.59 0.48 351.52 0.53 0.34
Hex 85 29 36 0 45 3B 30 160 35 22
Octal 205 51 66 0 105 73 60 540 65 42
Binary 10000101 101001 110110 0 1000101 111011 110000 101100000 110101 100010

Color Harmonies of #852936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852936

Black with #852936

Text Example


Text Example

White with #852936

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852936; }

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

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

background-color css

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

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

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

border-color css

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

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

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