Html Css Color HEX #892632 Shiraz

📋 copy color: '#892632'

red 137 ◦ green 38 ◦ blue 50

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

Shades of Shiraz #892632

Tints of Shiraz #892632

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.89%

 BLUE value IS 50 (19.92% from 255) = 22.22%

R = 60.89%
G = 16.89%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#892632 (or 0x892632) is known color: Shiraz. HEX triplet: 89, 26 and 32. RGB value is (137,38,50). Sum of RGB (Red+Green+Blue) = 137+38+50=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 38 (15.23% from 255 or 16.89% from 225); Blue value is 50 (19.92% from 255 or 22.22% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #892632 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892632 is #76D9CD. Grayscale: #454545. Windows color (decimal): -7789006 or 3286665. OLE color: 3286665.

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

Color convert

RGB 137 38 50 -
CMYK 0 0.72 0.64 0.46
HSL 352.73º 0.57% 0.34% -
HSV(B) 352.73º 0.72% 0.54% -
XYZ 11.59 6.93 3.75 -
YUV 68.97 117.3 176.52 -
System Red Green Blue C M Y K H S L
Decimal 137 38 50 0 0.72 0.64 0.46 352.73 0.57 0.34
Hex 89 26 32 0 48 40 2E 161 39 22
Octal 211 46 62 0 110 100 56 541 71 42
Binary 10001001 100110 110010 0 1001000 1000000 101110 101100001 111001 100010

Color Harmonies of #892632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892632

Black with #892632

Text Example


Text Example

White with #892632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892632; }

 p { color: rgb(137,38,50); }

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

background-color css

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

 a { background-color: rgb(137,38,50); }

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

border-color css

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

 span { border-color: rgb(137,38,50); }

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