Html Css Color HEX #892B3E Shiraz

📋 copy color: '#892B3E'

red 137 ◦ green 43 ◦ blue 62

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

Shades of Shiraz #892B3E

Tints of Shiraz #892B3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.62%

R = 56.61%
G = 17.77%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#892B3E (or 0x892B3E) is known color: Shiraz. HEX triplet: 89, 2B and 3E. RGB value is (137,43,62). Sum of RGB (Red+Green+Blue) = 137+43+62=242 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.61% from 242); Green value is 43 (17.19% from 255 or 17.77% from 242); Blue value is 62 (24.61% from 255 or 25.62% from 242); Max value from RGB is 137 - color contains mainly: red. Hex color #892B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892B3E is #76D4C1. Grayscale: #494949. Windows color (decimal): -7787714 or 4074377. OLE color: 4074377.

HSL color Cylindrical-coordinate representation of color #892B3E: hue angle of 347.87º 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 #892B3E is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 43 62 -
CMYK 0 0.69 0.55 0.46
HSL 347.87º 0.52% 0.35% -
HSV(B) 347.87º 0.69% 0.54% -
XYZ 12.05 7.39 5.35 -
YUV 73.27 121.64 173.46 -
System Red Green Blue C M Y K H S L
Decimal 137 43 62 0 0.69 0.55 0.46 347.87 0.52 0.35
Hex 89 2B 3E 0 45 37 2E 15C 34 23
Octal 211 53 76 0 105 67 56 534 64 43
Binary 10001001 101011 111110 0 1000101 110111 101110 101011100 110100 100011

Color Harmonies of #892B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892B3E

Black with #892B3E

Text Example


Text Example

White with #892B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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