Html Css Color HEX #892C34 Shiraz

📋 copy color: '#892C34'

red 137 ◦ green 44 ◦ blue 52

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

Shades of Shiraz #892C34

Tints of Shiraz #892C34

RGB

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

 GREEN value IS 44 (17.58% from 255) = 18.88%

 BLUE value IS 52 (20.7% from 255) = 22.32%

R = 58.8%
G = 18.88%
B = 22.32%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#892C34 (or 0x892C34) is known color: Shiraz. HEX triplet: 89, 2C and 34. RGB value is (137,44,52). Sum of RGB (Red+Green+Blue) = 137+44+52=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 44 (17.58% from 255 or 18.88% from 233); Blue value is 52 (20.70% from 255 or 22.32% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #892C34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C34 is #76D3CB. Grayscale: #484848. Windows color (decimal): -7787468 or 3419273. OLE color: 3419273.

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

Color convert

RGB 137 44 52 -
CMYK 0 0.68 0.62 0.46
HSL 354.84º 0.51% 0.35% -
HSV(B) 354.84º 0.68% 0.54% -
XYZ 11.84 7.37 4.05 -
YUV 72.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 137 44 52 0 0.68 0.62 0.46 354.84 0.51 0.35
Hex 89 2C 34 0 44 3E 2E 163 33 23
Octal 211 54 64 0 104 76 56 543 63 43
Binary 10001001 101100 110100 0 1000100 111110 101110 101100011 110011 100011

Color Harmonies of #892C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C34

Black with #892C34

Text Example


Text Example

White with #892C34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,44,52); }

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

background-color css

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

 a { background-color: rgb(137,44,52); }

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

border-color css

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

 span { border-color: rgb(137,44,52); }

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