Html Css Color HEX #892D3D Shiraz

📋 copy color: '#892D3D'

red 137 ◦ green 45 ◦ blue 61

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

Shades of Shiraz #892D3D

Tints of Shiraz #892D3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 25.1%

R = 56.38%
G = 18.52%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#892D3D (or 0x892D3D) is known color: Shiraz. HEX triplet: 89, 2D and 3D. RGB value is (137,45,61). Sum of RGB (Red+Green+Blue) = 137+45+61=243 (32% of max value = 765). Red value is 137 (53.91% from 255 or 56.38% from 243); Green value is 45 (17.97% from 255 or 18.52% from 243); Blue value is 61 (24.22% from 255 or 25.10% from 243); Max value from RGB is 137 - color contains mainly: red. Hex color #892D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892D3D is #76D2C2. Grayscale: #4A4A4A. Windows color (decimal): -7787203 or 4009353. OLE color: 4009353.

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

Color convert

RGB 137 45 61 -
CMYK 0 0.67 0.55 0.46
HSL 349.57º 0.51% 0.36% -
HSV(B) 349.57º 0.67% 0.54% -
XYZ 12.1 7.53 5.23 -
YUV 74.33 120.48 172.7 -
System Red Green Blue C M Y K H S L
Decimal 137 45 61 0 0.67 0.55 0.46 349.57 0.51 0.36
Hex 89 2D 3D 0 43 37 2E 15E 33 24
Octal 211 55 75 0 103 67 56 536 63 44
Binary 10001001 101101 111101 0 1000011 110111 101110 101011110 110011 100100

Color Harmonies of #892D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892D3D

Black with #892D3D

Text Example


Text Example

White with #892D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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