Html Css Color HEX #892A40 Shiraz

📋 copy color: '#892A40'

red 137 ◦ green 42 ◦ blue 64

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

Shades of Shiraz #892A40

Tints of Shiraz #892A40

RGB

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

 GREEN value IS 42 (16.8% from 255) = 17.28%

 BLUE value IS 64 (25.39% from 255) = 26.34%

R = 56.38%
G = 17.28%
B = 26.34%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#892A40 (or 0x892A40) is known color: Shiraz. HEX triplet: 89, 2A and 40. RGB value is (137,42,64). Sum of RGB (Red+Green+Blue) = 137+42+64=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 42 (16.80% from 255 or 17.28% from 243); Blue value is 64 (25.39% from 255 or 26.34% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #892A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892A40 is #76D5BF. Grayscale: #484848. Windows color (decimal): -7787968 or 4205193. OLE color: 4205193.

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

Color convert

RGB 137 42 64 -
CMYK 0 0.69 0.53 0.46
HSL 346.11º 0.53% 0.35% -
HSV(B) 346.11º 0.69% 0.54% -
XYZ 12.07 7.34 5.63 -
YUV 72.91 122.97 173.71 -
System Red Green Blue C M Y K H S L
Decimal 137 42 64 0 0.69 0.53 0.46 346.11 0.53 0.35
Hex 89 2A 40 0 45 35 2E 15A 35 23
Octal 211 52 100 0 105 65 56 532 65 43
Binary 10001001 101010 1000000 0 1000101 110101 101110 101011010 110101 100011

Color Harmonies of #892A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892A40

Black with #892A40

Text Example


Text Example

White with #892A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,42,64); }

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

background-color css

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

 a { background-color: rgb(137,42,64); }

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

border-color css

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

 span { border-color: rgb(137,42,64); }

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