Html Css Color HEX #852339 Shiraz

📋 copy color: '#852339'

red 133 ◦ green 35 ◦ blue 57

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

Shades of Shiraz #852339

Tints of Shiraz #852339

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.56%

 BLUE value IS 57 (22.66% from 255) = 25.33%

R = 59.11%
G = 15.56%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.57

 K value IS 0.48

RGB Variations

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

Color information

#852339 (or 0x852339) is known color: Shiraz. HEX triplet: 85, 23 and 39. RGB value is (133,35,57). Sum of RGB (Red+Green+Blue) = 133+35+57=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 35 (14.06% from 255 or 15.56% from 225); Blue value is 57 (22.66% from 255 or 25.33% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #852339 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852339 is #7ADCC6. Grayscale: #424242. Windows color (decimal): -8051911 or 3744645. OLE color: 3744645.

HSL color Cylindrical-coordinate representation of color #852339: hue angle of 346.53º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #852339 is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 35 57 -
CMYK 0 0.74 0.57 0.48
HSL 346.53º 0.58% 0.33% -
HSV(B) 346.53º 0.74% 0.52% -
XYZ 11.01 6.48 4.54 -
YUV 66.81 122.47 175.21 -
System Red Green Blue C M Y K H S L
Decimal 133 35 57 0 0.74 0.57 0.48 346.53 0.58 0.33
Hex 85 23 39 0 4A 39 30 15B 3A 21
Octal 205 43 71 0 112 71 60 533 72 41
Binary 10000101 100011 111001 0 1001010 111001 110000 101011011 111010 100001

Color Harmonies of #852339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852339

Black with #852339

Text Example


Text Example

White with #852339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852339; }

 p { color: rgb(133,35,57); }

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

background-color css

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

 a { background-color: rgb(133,35,57); }

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

border-color css

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

 span { border-color: rgb(133,35,57); }

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