Html Css Color HEX #85293C Shiraz

📋 copy color: '#85293C'

red 133 ◦ green 41 ◦ blue 60

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

Shades of Shiraz #85293C

Tints of Shiraz #85293C

RGB

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

 GREEN value IS 41 (16.41% from 255) = 17.52%

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

R = 56.84%
G = 17.52%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85293C (or 0x85293C) is known color: Shiraz. HEX triplet: 85, 29 and 3C. RGB value is (133,41,60). Sum of RGB (Red+Green+Blue) = 133+41+60=234 (30% of max value = 765). Red value is 133 (52.34% from 255 or 56.84% from 234); Green value is 41 (16.41% from 255 or 17.52% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 133 - color contains mainly: red. Hex color #85293C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85293C is #7AD6C3. Grayscale: #464646. Windows color (decimal): -8050372 or 3942789. OLE color: 3942789.

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

Color convert

RGB 133 41 60 -
CMYK 0 0.69 0.55 0.48
HSL 347.61º 0.53% 0.34% -
HSV(B) 347.61º 0.69% 0.52% -
XYZ 11.28 6.9 5.01 -
YUV 70.67 121.98 172.46 -
System Red Green Blue C M Y K H S L
Decimal 133 41 60 0 0.69 0.55 0.48 347.61 0.53 0.34
Hex 85 29 3C 0 45 37 30 15C 35 22
Octal 205 51 74 0 105 67 60 534 65 42
Binary 10000101 101001 111100 0 1000101 110111 110000 101011100 110101 100010

Color Harmonies of #85293C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85293C

Black with #85293C

Text Example


Text Example

White with #85293C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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