Html Css Color HEX #892B3B Shiraz

📋 copy color: '#892B3B'

red 137 ◦ green 43 ◦ blue 59

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

Shades of Shiraz #892B3B

Tints of Shiraz #892B3B

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.99%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 57.32%
G = 17.99%
B = 24.69%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#892B3B (or 0x892B3B) is known color: Shiraz. HEX triplet: 89, 2B and 3B. RGB value is (137,43,59). Sum of RGB (Red+Green+Blue) = 137+43+59=239 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.32% from 239); Green value is 43 (17.19% from 255 or 17.99% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 137 - color contains mainly: red. Hex color #892B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892B3B is #76D4C4. Grayscale: #484848. Windows color (decimal): -7787717 or 3877769. OLE color: 3877769.

HSL color Cylindrical-coordinate representation of color #892B3B: hue angle of 349.79º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #892B3B is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 43 59 -
CMYK 0 0.69 0.57 0.46
HSL 349.79º 0.52% 0.35% -
HSV(B) 349.79º 0.69% 0.54% -
XYZ 11.97 7.36 4.93 -
YUV 72.93 120.14 173.7 -
System Red Green Blue C M Y K H S L
Decimal 137 43 59 0 0.69 0.57 0.46 349.79 0.52 0.35
Hex 89 2B 3B 0 45 39 2E 15E 34 23
Octal 211 53 73 0 105 71 56 536 64 43
Binary 10001001 101011 111011 0 1000101 111001 101110 101011110 110100 100011

Color Harmonies of #892B3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892B3B

Black with #892B3B

Text Example


Text Example

White with #892B3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892B3B; }

 p { color: rgb(137,43,59); }

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

background-color css

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

 a { background-color: rgb(137,43,59); }

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

border-color css

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

 span { border-color: rgb(137,43,59); }

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