Html Css Color HEX #892D3A Shiraz

📋 copy color: '#892D3A'

red 137 ◦ green 45 ◦ blue 58

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

Shades of Shiraz #892D3A

Tints of Shiraz #892D3A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 24.17%

R = 57.08%
G = 18.75%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#892D3A (or 0x892D3A) is known color: Shiraz. HEX triplet: 89, 2D and 3A. RGB value is (137,45,58). Sum of RGB (Red+Green+Blue) = 137+45+58=240 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.08% from 240); Green value is 45 (17.97% from 255 or 18.75% from 240); Blue value is 58 (23.05% from 255 or 24.17% from 240); Max value from RGB is 137 - color contains mainly: red. Hex color #892D3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D3A is #76D2C5. Grayscale: #4A4A4A. Windows color (decimal): -7787206 or 3812745. OLE color: 3812745.

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

Color convert

RGB 137 45 58 -
CMYK 0 0.67 0.58 0.46
HSL 351.52º 0.51% 0.36% -
HSV(B) 351.52º 0.67% 0.54% -
XYZ 12.02 7.5 4.82 -
YUV 73.99 118.98 172.94 -
System Red Green Blue C M Y K H S L
Decimal 137 45 58 0 0.67 0.58 0.46 351.52 0.51 0.36
Hex 89 2D 3A 0 43 3A 2E 160 33 24
Octal 211 55 72 0 103 72 56 540 63 44
Binary 10001001 101101 111010 0 1000011 111010 101110 101100000 110011 100100

Color Harmonies of #892D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D3A

Black with #892D3A

Text Example


Text Example

White with #892D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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