Html Css Color HEX #852239 Shiraz

📋 copy color: '#852239'

red 133 ◦ green 34 ◦ blue 57

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

Shades of Shiraz #852239

Tints of Shiraz #852239

RGB

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

 GREEN value IS 34 (13.67% from 255) = 15.18%

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

R = 59.38%
G = 15.18%
B = 25.45%

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

#852239 (or 0x852239) is known color: Shiraz. HEX triplet: 85, 22 and 39. RGB value is (133,34,57). Sum of RGB (Red+Green+Blue) = 133+34+57=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 34 (13.67% from 255 or 15.18% from 224); Blue value is 57 (22.66% from 255 or 25.45% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852239 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852239 is #7ADDC6. Grayscale: #424242. Windows color (decimal): -8052167 or 3744389. OLE color: 3744389.

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

Color convert

RGB 133 34 57 -
CMYK 0 0.74 0.57 0.48
HSL 346.06º 0.59% 0.33% -
HSV(B) 346.06º 0.74% 0.52% -
XYZ 10.98 6.43 4.53 -
YUV 66.22 122.8 175.63 -
System Red Green Blue C M Y K H S L
Decimal 133 34 57 0 0.74 0.57 0.48 346.06 0.59 0.33
Hex 85 22 39 0 4A 39 30 15A 3B 21
Octal 205 42 71 0 112 71 60 532 73 41
Binary 10000101 100010 111001 0 1001010 111001 110000 101011010 111011 100001

Color Harmonies of #852239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852239

Black with #852239

Text Example


Text Example

White with #852239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852239; }

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

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

background-color css

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

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

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

border-color css

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

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

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