Html Css Color HEX #892835 Shiraz

📋 copy color: '#892835'

red 137 ◦ green 40 ◦ blue 53

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

Shades of Shiraz #892835

Tints of Shiraz #892835

RGB

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

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

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

R = 59.57%
G = 17.39%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#892835 (or 0x892835) is known color: Shiraz. HEX triplet: 89, 28 and 35. RGB value is (137,40,53). Sum of RGB (Red+Green+Blue) = 137+40+53=230 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.57% from 230); Green value is 40 (16.02% from 255 or 17.39% from 230); Blue value is 53 (21.09% from 255 or 23.04% from 230); Max value from RGB is 137 - color contains mainly: red. Hex color #892835 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892835 is #76D7CA. Grayscale: #464646. Windows color (decimal): -7788491 or 3483785. OLE color: 3483785.

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

Color convert

RGB 137 40 53 -
CMYK 0 0.71 0.61 0.46
HSL 351.96º 0.55% 0.35% -
HSV(B) 351.96º 0.71% 0.54% -
XYZ 11.72 7.09 4.12 -
YUV 70.49 118.14 175.44 -
System Red Green Blue C M Y K H S L
Decimal 137 40 53 0 0.71 0.61 0.46 351.96 0.55 0.35
Hex 89 28 35 0 47 3D 2E 160 37 23
Octal 211 50 65 0 107 75 56 540 67 43
Binary 10001001 101000 110101 0 1000111 111101 101110 101100000 110111 100011

Color Harmonies of #892835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892835

Black with #892835

Text Example


Text Example

White with #892835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892835; }

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

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

background-color css

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

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

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

border-color css

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

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

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