Html Css Color HEX #892C35 Shiraz

📋 copy color: '#892C35'

red 137 ◦ green 44 ◦ blue 53

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

Shades of Shiraz #892C35

Tints of Shiraz #892C35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.65%

R = 58.55%
G = 18.8%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.61

 K value IS 0.46

RGB Variations

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

Color information

#892C35 (or 0x892C35) is known color: Shiraz. HEX triplet: 89, 2C and 35. RGB value is (137,44,53). Sum of RGB (Red+Green+Blue) = 137+44+53=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 44 (17.58% from 255 or 18.80% from 234); Blue value is 53 (21.09% from 255 or 22.65% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #892C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C35 is #76D3CA. Grayscale: #484848. Windows color (decimal): -7787467 or 3484809. OLE color: 3484809.

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

Color convert

RGB 137 44 53 -
CMYK 0 0.68 0.61 0.46
HSL 354.19º 0.51% 0.35% -
HSV(B) 354.19º 0.68% 0.54% -
XYZ 11.86 7.38 4.17 -
YUV 72.83 116.81 173.77 -
System Red Green Blue C M Y K H S L
Decimal 137 44 53 0 0.68 0.61 0.46 354.19 0.51 0.35
Hex 89 2C 35 0 44 3D 2E 162 33 23
Octal 211 54 65 0 104 75 56 542 63 43
Binary 10001001 101100 110101 0 1000100 111101 101110 101100010 110011 100011

Color Harmonies of #892C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C35

Black with #892C35

Text Example


Text Example

White with #892C35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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