Html Css Color HEX #892D36 Shiraz

📋 copy color: '#892D36'

red 137 ◦ green 45 ◦ blue 54

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

Shades of Shiraz #892D36

Tints of Shiraz #892D36

RGB

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

 GREEN value IS 45 (17.97% from 255) = 19.07%

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 58.05%
G = 19.07%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#892D36 (or 0x892D36) is known color: Shiraz. HEX triplet: 89, 2D and 36. RGB value is (137,45,54). Sum of RGB (Red+Green+Blue) = 137+45+54=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 45 (17.97% from 255 or 19.07% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #892D36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D36 is #76D2C9. Grayscale: #494949. Windows color (decimal): -7787210 or 3550601. OLE color: 3550601.

HSL color Cylindrical-coordinate representation of color #892D36: hue angle of 354.13º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #892D36 is Cyan = 0, Magento = 0.67, Yellow = 0.61 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 45 54 -
CMYK 0 0.67 0.61 0.46
HSL 354.13º 0.51% 0.36% -
HSV(B) 354.13º 0.67% 0.54% -
XYZ 11.92 7.46 4.3 -
YUV 73.53 116.98 173.27 -
System Red Green Blue C M Y K H S L
Decimal 137 45 54 0 0.67 0.61 0.46 354.13 0.51 0.36
Hex 89 2D 36 0 43 3D 2E 162 33 24
Octal 211 55 66 0 103 75 56 542 63 44
Binary 10001001 101101 110110 0 1000011 111101 101110 101100010 110011 100100

Color Harmonies of #892D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D36

Black with #892D36

Text Example


Text Example

White with #892D36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,45,54); }

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

background-color css

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

 a { background-color: rgb(137,45,54); }

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

border-color css

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

 span { border-color: rgb(137,45,54); }

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