Html Css Color HEX #85273A Shiraz

📋 copy color: '#85273A'

red 133 ◦ green 39 ◦ blue 58

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

Shades of Shiraz #85273A

Tints of Shiraz #85273A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 25.22%

R = 57.83%
G = 16.96%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85273A (or 0x85273A) is known color: Shiraz. HEX triplet: 85, 27 and 3A. RGB value is (133,39,58). Sum of RGB (Red+Green+Blue) = 133+39+58=230 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.83% from 230); Green value is 39 (15.62% from 255 or 16.96% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 133 - color contains mainly: red. Hex color #85273A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85273A is #7AD8C5. Grayscale: #454545. Windows color (decimal): -8050886 or 3811205. OLE color: 3811205.

HSL color Cylindrical-coordinate representation of color #85273A: hue angle of 347.87º 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 #85273A is Cyan = 0, Magento = 0.71, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 39 58 -
CMYK 0 0.71 0.56 0.48
HSL 347.87º 0.55% 0.34% -
HSV(B) 347.87º 0.71% 0.52% -
XYZ 11.16 6.74 4.72 -
YUV 69.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 133 39 58 0 0.71 0.56 0.48 347.87 0.55 0.34
Hex 85 27 3A 0 47 38 30 15C 37 22
Octal 205 47 72 0 107 70 60 534 67 42
Binary 10000101 100111 111010 0 1000111 111000 110000 101011100 110111 100010

Color Harmonies of #85273A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85273A

Black with #85273A

Text Example


Text Example

White with #85273A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85273A; }

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

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

background-color css

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

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

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

border-color css

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

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

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