Html Css Color HEX #892330 Shiraz

📋 copy color: '#892330'

red 137 ◦ green 35 ◦ blue 48

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

Shades of Shiraz #892330

Tints of Shiraz #892330

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.91%

 BLUE value IS 48 (19.14% from 255) = 21.82%

R = 62.27%
G = 15.91%
B = 21.82%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#892330 (or 0x892330) is known color: Shiraz. HEX triplet: 89, 23 and 30. RGB value is (137,35,48). Sum of RGB (Red+Green+Blue) = 137+35+48=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 35 (14.06% from 255 or 15.91% from 220); Blue value is 48 (19.14% from 255 or 21.82% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #892330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892330 is #76DCCF. Grayscale: #434343. Windows color (decimal): -7789776 or 3154825. OLE color: 3154825.

HSL color Cylindrical-coordinate representation of color #892330: hue angle of 352.35º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892330 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 35 48 -
CMYK 0 0.74 0.65 0.46
HSL 352.35º 0.59% 0.34% -
HSV(B) 352.35º 0.74% 0.54% -
XYZ 11.45 6.73 3.49 -
YUV 66.98 117.29 177.94 -
System Red Green Blue C M Y K H S L
Decimal 137 35 48 0 0.74 0.65 0.46 352.35 0.59 0.34
Hex 89 23 30 0 4A 41 2E 160 3B 22
Octal 211 43 60 0 112 101 56 540 73 42
Binary 10001001 100011 110000 0 1001010 1000001 101110 101100000 111011 100010

Color Harmonies of #892330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892330

Black with #892330

Text Example


Text Example

White with #892330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892330; }

 p { color: rgb(137,35,48); }

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

background-color css

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

 a { background-color: rgb(137,35,48); }

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

border-color css

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

 span { border-color: rgb(137,35,48); }

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