Html Css Color HEX #892B3F Shiraz

📋 copy color: '#892B3F'

red 137 ◦ green 43 ◦ blue 63

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

Shades of Shiraz #892B3F

Tints of Shiraz #892B3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 56.38%
G = 17.7%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#892B3F (or 0x892B3F) is known color: Shiraz. HEX triplet: 89, 2B and 3F. RGB value is (137,43,63). Sum of RGB (Red+Green+Blue) = 137+43+63=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 43 (17.19% from 255 or 17.70% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #892B3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892B3F is #76D4C0. Grayscale: #494949. Windows color (decimal): -7787713 or 4139913. OLE color: 4139913.

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

Color convert

RGB 137 43 63 -
CMYK 0 0.69 0.54 0.46
HSL 347.23º 0.52% 0.35% -
HSV(B) 347.23º 0.69% 0.54% -
XYZ 12.08 7.41 5.5 -
YUV 73.39 122.14 173.37 -
System Red Green Blue C M Y K H S L
Decimal 137 43 63 0 0.69 0.54 0.46 347.23 0.52 0.35
Hex 89 2B 3F 0 45 36 2E 15B 34 23
Octal 211 53 77 0 105 66 56 533 64 43
Binary 10001001 101011 111111 0 1000101 110110 101110 101011011 110100 100011

Color Harmonies of #892B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892B3F

Black with #892B3F

Text Example


Text Example

White with #892B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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