Html Css Color HEX #85293A Shiraz

📋 copy color: '#85293A'

red 133 ◦ green 41 ◦ blue 58

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

Shades of Shiraz #85293A

Tints of Shiraz #85293A

RGB

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

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

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

R = 57.33%
G = 17.67%
B = 25%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.48

RGB Variations

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

Color information

#85293A (or 0x85293A) is known color: Shiraz. HEX triplet: 85, 29 and 3A. RGB value is (133,41,58). Sum of RGB (Red+Green+Blue) = 133+41+58=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 41 (16.41% from 255 or 17.67% from 232); Blue value is 58 (23.05% from 255 or 25% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #85293A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85293A is #7AD6C5. Grayscale: #464646. Windows color (decimal): -8050374 or 3811717. OLE color: 3811717.

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

Color convert

RGB 133 41 58 -
CMYK 0 0.69 0.56 0.48
HSL 348.91º 0.53% 0.34% -
HSV(B) 348.91º 0.69% 0.52% -
XYZ 11.23 6.88 4.74 -
YUV 70.45 120.98 172.62 -
System Red Green Blue C M Y K H S L
Decimal 133 41 58 0 0.69 0.56 0.48 348.91 0.53 0.34
Hex 85 29 3A 0 45 38 30 15D 35 22
Octal 205 51 72 0 105 70 60 535 65 42
Binary 10000101 101001 111010 0 1000101 111000 110000 101011101 110101 100010

Color Harmonies of #85293A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85293A

Black with #85293A

Text Example


Text Example

White with #85293A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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