Html Css Color HEX #892C37 Shiraz

📋 copy color: '#892C37'

red 137 ◦ green 44 ◦ blue 55

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

Shades of Shiraz #892C37

Tints of Shiraz #892C37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 58.05%
G = 18.64%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.60

 K value IS 0.46

RGB Variations

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

Color information

#892C37 (or 0x892C37) is known color: Shiraz. HEX triplet: 89, 2C and 37. RGB value is (137,44,55). Sum of RGB (Red+Green+Blue) = 137+44+55=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 44 (17.58% from 255 or 18.64% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #892C37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C37 is #76D3C8. Grayscale: #494949. Windows color (decimal): -7787465 or 3615881. OLE color: 3615881.

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

Color convert

RGB 137 44 55 -
CMYK 0 0.68 0.60 0.46
HSL 352.9º 0.51% 0.35% -
HSV(B) 352.9º 0.68% 0.54% -
XYZ 11.91 7.4 4.41 -
YUV 73.06 117.81 173.61 -
System Red Green Blue C M Y K H S L
Decimal 137 44 55 0 0.68 0.60 0.46 352.9 0.51 0.35
Hex 89 2C 37 0 44 3C 2E 161 33 23
Octal 211 54 67 0 104 74 56 541 63 43
Binary 10001001 101100 110111 0 1000100 111100 101110 101100001 110011 100011

Color Harmonies of #892C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C37

Black with #892C37

Text Example


Text Example

White with #892C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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