Html Css Color HEX #85273D Shiraz

📋 copy color: '#85273D'

red 133 ◦ green 39 ◦ blue 61

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

Shades of Shiraz #85273D

Tints of Shiraz #85273D

RGB

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

 GREEN value IS 39 (15.63% from 255) = 16.74%

 BLUE value IS 61 (24.22% from 255) = 26.18%

R = 57.08%
G = 16.74%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85273D (or 0x85273D) is known color: Shiraz. HEX triplet: 85, 27 and 3D. RGB value is (133,39,61). Sum of RGB (Red+Green+Blue) = 133+39+61=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 39 (15.62% from 255 or 16.74% from 233); Blue value is 61 (24.22% from 255 or 26.18% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #85273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85273D is #7AD8C2. Grayscale: #454545. Windows color (decimal): -8050883 or 4007813. OLE color: 4007813.

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

Color convert

RGB 133 39 61 -
CMYK 0 0.71 0.54 0.48
HSL 345.96º 0.55% 0.34% -
HSV(B) 345.96º 0.71% 0.52% -
XYZ 11.24 6.77 5.13 -
YUV 69.61 123.14 173.21 -
System Red Green Blue C M Y K H S L
Decimal 133 39 61 0 0.71 0.54 0.48 345.96 0.55 0.34
Hex 85 27 3D 0 47 36 30 15A 37 22
Octal 205 47 75 0 107 66 60 532 67 42
Binary 10000101 100111 111101 0 1000111 110110 110000 101011010 110111 100010

Color Harmonies of #85273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85273D

Black with #85273D

Text Example


Text Example

White with #85273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85273D; }

 p { color: rgb(133,39,61); }

 H1.HeaderClassName
 {
   color: #85273D;
 }
 .AnyTagClassName
 {
   color: #85273D;
 }
</style>

background-color css

<style>
 a { background-color: #85273D; }

 a { background-color: rgb(133,39,61); }

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

border-color css

<style>
 span { border-color: #85273D; }

 span { border-color: rgb(133,39,61); }

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