Html Css Color HEX #892735 Shiraz

📋 copy color: '#892735'

red 137 ◦ green 39 ◦ blue 53

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

Shades of Shiraz #892735

Tints of Shiraz #892735

RGB

 RED value IS 137 (53.91% from 255) = 59.83%

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

 BLUE value IS 53 (21.09% from 255) = 23.14%

R = 59.83%
G = 17.03%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#892735 (or 0x892735) is known color: Shiraz. HEX triplet: 89, 27 and 35. RGB value is (137,39,53). Sum of RGB (Red+Green+Blue) = 137+39+53=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 39 (15.62% from 255 or 17.03% from 229); Blue value is 53 (21.09% from 255 or 23.14% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #892735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892735 is #76D8CA. Grayscale: #454545. Windows color (decimal): -7788747 or 3483529. OLE color: 3483529.

HSL color Cylindrical-coordinate representation of color #892735: hue angle of 351.43º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #892735 is Cyan = 0, Magento = 0.72, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 39 53 -
CMYK 0 0.72 0.61 0.46
HSL 351.43º 0.56% 0.35% -
HSV(B) 351.43º 0.72% 0.54% -
XYZ 11.68 7.03 4.11 -
YUV 69.9 118.47 175.86 -
System Red Green Blue C M Y K H S L
Decimal 137 39 53 0 0.72 0.61 0.46 351.43 0.56 0.35
Hex 89 27 35 0 48 3D 2E 15F 38 23
Octal 211 47 65 0 110 75 56 537 70 43
Binary 10001001 100111 110101 0 1001000 111101 101110 101011111 111000 100011

Color Harmonies of #892735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892735

Black with #892735

Text Example


Text Example

White with #892735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892735; }

 p { color: rgb(137,39,53); }

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

background-color css

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

 a { background-color: rgb(137,39,53); }

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

border-color css

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

 span { border-color: rgb(137,39,53); }

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