Html Css Color HEX #85283F Shiraz

📋 copy color: '#85283F'

red 133 ◦ green 40 ◦ blue 63

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

Shades of Shiraz #85283F

Tints of Shiraz #85283F

RGB

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

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

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

R = 56.36%
G = 16.95%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#85283F (or 0x85283F) is known color: Shiraz. HEX triplet: 85, 28 and 3F. RGB value is (133,40,63). Sum of RGB (Red+Green+Blue) = 133+40+63=236 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.36% from 236); Green value is 40 (16.02% from 255 or 16.95% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 133 - color contains mainly: red. Hex color #85283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85283F is #7AD7C0. Grayscale: #464646. Windows color (decimal): -8050625 or 4139141. OLE color: 4139141.

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

Color convert

RGB 133 40 63 -
CMYK 0 0.70 0.53 0.48
HSL 345.16º 0.54% 0.34% -
HSV(B) 345.16º 0.7% 0.52% -
XYZ 11.33 6.86 5.43 -
YUV 70.43 123.81 172.63 -
System Red Green Blue C M Y K H S L
Decimal 133 40 63 0 0.70 0.53 0.48 345.16 0.54 0.34
Hex 85 28 3F 0 46 35 30 159 36 22
Octal 205 50 77 0 106 65 60 531 66 42
Binary 10000101 101000 111111 0 1000110 110101 110000 101011001 110110 100010

Color Harmonies of #85283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85283F

Black with #85283F

Text Example


Text Example

White with #85283F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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