Html Css Color HEX #85253D Shiraz

📋 copy color: '#85253D'

red 133 ◦ green 37 ◦ blue 61

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

Shades of Shiraz #85253D

Tints of Shiraz #85253D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 16.02%

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

R = 57.58%
G = 16.02%
B = 26.41%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#85253D (or 0x85253D) is known color: Shiraz. HEX triplet: 85, 25 and 3D. RGB value is (133,37,61). Sum of RGB (Red+Green+Blue) = 133+37+61=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #85253D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85253D is #7ADAC2. Grayscale: #444444. Windows color (decimal): -8051395 or 4007301. OLE color: 4007301.

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

Color convert

RGB 133 37 61 -
CMYK 0 0.72 0.54 0.48
HSL 345º 0.56% 0.33% -
HSV(B) 345º 0.72% 0.52% -
XYZ 11.18 6.65 5.11 -
YUV 68.44 123.8 174.05 -
System Red Green Blue C M Y K H S L
Decimal 133 37 61 0 0.72 0.54 0.48 345 0.56 0.33
Hex 85 25 3D 0 48 36 30 159 38 21
Octal 205 45 75 0 110 66 60 531 70 41
Binary 10000101 100101 111101 0 1001000 110110 110000 101011001 111000 100001

Color Harmonies of #85253D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85253D

Black with #85253D

Text Example


Text Example

White with #85253D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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