Html Css Color HEX #85283C Shiraz

📋 copy color: '#85283C'

red 133 ◦ green 40 ◦ blue 60

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

Shades of Shiraz #85283C

Tints of Shiraz #85283C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 17.17%

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

R = 57.08%
G = 17.17%
B = 25.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#85283C (or 0x85283C) is known color: Shiraz. HEX triplet: 85, 28 and 3C. RGB value is (133,40,60). Sum of RGB (Red+Green+Blue) = 133+40+60=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 40 (16.02% from 255 or 17.17% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85283C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85283C is #7AD7C3. Grayscale: #464646. Windows color (decimal): -8050628 or 3942533. OLE color: 3942533.

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

Color convert

RGB 133 40 60 -
CMYK 0 0.70 0.55 0.48
HSL 347.1º 0.54% 0.34% -
HSV(B) 347.1º 0.7% 0.52% -
XYZ 11.25 6.83 5 -
YUV 70.09 122.31 172.87 -
System Red Green Blue C M Y K H S L
Decimal 133 40 60 0 0.70 0.55 0.48 347.1 0.54 0.34
Hex 85 28 3C 0 46 37 30 15B 36 22
Octal 205 50 74 0 106 67 60 533 66 42
Binary 10000101 101000 111100 0 1000110 110111 110000 101011011 110110 100010

Color Harmonies of #85283C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85283C

Black with #85283C

Text Example


Text Example

White with #85283C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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