Html Css Color HEX #85293F Shiraz

📋 copy color: '#85293F'

red 133 ◦ green 41 ◦ blue 63

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

Shades of Shiraz #85293F

Tints of Shiraz #85293F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.58%

R = 56.12%
G = 17.3%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85293F (or 0x85293F) is known color: Shiraz. HEX triplet: 85, 29 and 3F. RGB value is (133,41,63). Sum of RGB (Red+Green+Blue) = 133+41+63=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 41 (16.41% from 255 or 17.30% from 237); Blue value is 63 (25% from 255 or 26.58% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #85293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85293F is #7AD6C0. Grayscale: #474747. Windows color (decimal): -8050369 or 4139397. OLE color: 4139397.

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

Color convert

RGB 133 41 63 -
CMYK 0 0.69 0.53 0.48
HSL 345.65º 0.53% 0.34% -
HSV(B) 345.65º 0.69% 0.52% -
XYZ 11.36 6.93 5.44 -
YUV 71.02 123.48 172.21 -
System Red Green Blue C M Y K H S L
Decimal 133 41 63 0 0.69 0.53 0.48 345.65 0.53 0.34
Hex 85 29 3F 0 45 35 30 15A 35 22
Octal 205 51 77 0 105 65 60 532 65 42
Binary 10000101 101001 111111 0 1000101 110101 110000 101011010 110101 100010

Color Harmonies of #85293F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85293F

Black with #85293F

Text Example


Text Example

White with #85293F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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