Html Css Color HEX #852738 Shiraz

📋 copy color: '#852738'

red 133 ◦ green 39 ◦ blue 56

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

Shades of Shiraz #852738

Tints of Shiraz #852738

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.11%

 BLUE value IS 56 (22.27% from 255) = 24.56%

R = 58.33%
G = 17.11%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#852738 (or 0x852738) is known color: Shiraz. HEX triplet: 85, 27 and 38. RGB value is (133,39,56). Sum of RGB (Red+Green+Blue) = 133+39+56=228 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.33% from 228); Green value is 39 (15.62% from 255 or 17.11% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 133 - color contains mainly: red. Hex color #852738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852738 is #7AD8C7. Grayscale: #454545. Windows color (decimal): -8050888 or 3680133. OLE color: 3680133.

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

Color convert

RGB 133 39 56 -
CMYK 0 0.71 0.58 0.48
HSL 349.15º 0.55% 0.34% -
HSV(B) 349.15º 0.71% 0.52% -
XYZ 11.11 6.72 4.45 -
YUV 69.04 120.64 173.62 -
System Red Green Blue C M Y K H S L
Decimal 133 39 56 0 0.71 0.58 0.48 349.15 0.55 0.34
Hex 85 27 38 0 47 3A 30 15D 37 22
Octal 205 47 70 0 107 72 60 535 67 42
Binary 10000101 100111 111000 0 1000111 111010 110000 101011101 110111 100010

Color Harmonies of #852738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #852738

Black with #852738

Text Example


Text Example

White with #852738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #852738; }

 p { color: rgb(133,39,56); }

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

background-color css

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

 a { background-color: rgb(133,39,56); }

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

border-color css

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

 span { border-color: rgb(133,39,56); }

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