Html Css Color HEX #85273C Shiraz

📋 copy color: '#85273C'

red 133 ◦ green 39 ◦ blue 60

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

Shades of Shiraz #85273C

Tints of Shiraz #85273C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.86%

R = 57.33%
G = 16.81%
B = 25.86%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85273C (or 0x85273C) is known color: Shiraz. HEX triplet: 85, 27 and 3C. RGB value is (133,39,60). Sum of RGB (Red+Green+Blue) = 133+39+60=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 39 (15.62% from 255 or 16.81% from 232); Blue value is 60 (23.83% from 255 or 25.86% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85273C is #7AD8C3. Grayscale: #454545. Windows color (decimal): -8050884 or 3942277. OLE color: 3942277.

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

Color convert

RGB 133 39 60 -
CMYK 0 0.71 0.55 0.48
HSL 346.6º 0.55% 0.34% -
HSV(B) 346.6º 0.71% 0.52% -
XYZ 11.21 6.76 4.99 -
YUV 69.5 122.64 173.29 -
System Red Green Blue C M Y K H S L
Decimal 133 39 60 0 0.71 0.55 0.48 346.6 0.55 0.34
Hex 85 27 3C 0 47 37 30 15B 37 22
Octal 205 47 74 0 107 67 60 533 67 42
Binary 10000101 100111 111100 0 1000111 110111 110000 101011011 110111 100010

Color Harmonies of #85273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85273C

Black with #85273C

Text Example


Text Example

White with #85273C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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