Html Css Color HEX #892C3C Shiraz

📋 copy color: '#892C3C'

red 137 ◦ green 44 ◦ blue 60

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

Shades of Shiraz #892C3C

Tints of Shiraz #892C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 24.9%

R = 56.85%
G = 18.26%
B = 24.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#892C3C (or 0x892C3C) is known color: Shiraz. HEX triplet: 89, 2C and 3C. RGB value is (137,44,60). Sum of RGB (Red+Green+Blue) = 137+44+60=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 44 (17.58% from 255 or 18.26% from 241); Blue value is 60 (23.83% from 255 or 24.90% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #892C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892C3C is #76D3C3. Grayscale: #494949. Windows color (decimal): -7787460 or 3943561. OLE color: 3943561.

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

Color convert

RGB 137 44 60 -
CMYK 0 0.68 0.56 0.46
HSL 349.68º 0.51% 0.35% -
HSV(B) 349.68º 0.68% 0.54% -
XYZ 12.03 7.45 5.08 -
YUV 73.63 120.31 173.2 -
System Red Green Blue C M Y K H S L
Decimal 137 44 60 0 0.68 0.56 0.46 349.68 0.51 0.35
Hex 89 2C 3C 0 44 38 2E 15E 33 23
Octal 211 54 74 0 104 70 56 536 63 43
Binary 10001001 101100 111100 0 1000100 111000 101110 101011110 110011 100011

Color Harmonies of #892C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892C3C

Black with #892C3C

Text Example


Text Example

White with #892C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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