Html Css Color HEX #85293B Shiraz

📋 copy color: '#85293B'

red 133 ◦ green 41 ◦ blue 59

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

Shades of Shiraz #85293B

Tints of Shiraz #85293B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 25.32%

R = 57.08%
G = 17.6%
B = 25.32%

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

#85293B (or 0x85293B) is known color: Shiraz. HEX triplet: 85, 29 and 3B. RGB value is (133,41,59). Sum of RGB (Red+Green+Blue) = 133+41+59=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 41 (16.41% from 255 or 17.60% from 233); Blue value is 59 (23.44% from 255 or 25.32% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85293B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85293B is #7AD6C4. Grayscale: #464646. Windows color (decimal): -8050373 or 3877253. OLE color: 3877253.

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

Color convert

RGB 133 41 59 -
CMYK 0 0.69 0.56 0.48
HSL 348.26º 0.53% 0.34% -
HSV(B) 348.26º 0.69% 0.52% -
XYZ 11.26 6.89 4.87 -
YUV 70.56 121.48 172.54 -
System Red Green Blue C M Y K H S L
Decimal 133 41 59 0 0.69 0.56 0.48 348.26 0.53 0.34
Hex 85 29 3B 0 45 38 30 15C 35 22
Octal 205 51 73 0 105 70 60 534 65 42
Binary 10000101 101001 111011 0 1000101 111000 110000 101011100 110101 100010

Color Harmonies of #85293B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85293B

Black with #85293B

Text Example


Text Example

White with #85293B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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