Html Css Color HEX #892F3F Shiraz

📋 copy color: '#892F3F'

red 137 ◦ green 47 ◦ blue 63

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

Shades of Shiraz #892F3F

Tints of Shiraz #892F3F

RGB

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

 GREEN value IS 47 (18.75% from 255) = 19.03%

 BLUE value IS 63 (25% from 255) = 25.51%

R = 55.47%
G = 19.03%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.54

 K value IS 0.46

RGB Variations

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

Color information

#892F3F (or 0x892F3F) is known color: Shiraz. HEX triplet: 89, 2F and 3F. RGB value is (137,47,63). Sum of RGB (Red+Green+Blue) = 137+47+63=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 47 (18.75% from 255 or 19.03% from 247); Blue value is 63 (25% from 255 or 25.51% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #892F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F3F is #76D0C0. Grayscale: #4B4B4B. Windows color (decimal): -7786689 or 4140937. OLE color: 4140937.

HSL color Cylindrical-coordinate representation of color #892F3F: hue angle of 349.33º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #892F3F is Cyan = 0, Magento = 0.66, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 47 63 -
CMYK 0 0.66 0.54 0.46
HSL 349.33º 0.49% 0.36% -
HSV(B) 349.33º 0.66% 0.54% -
XYZ 12.23 7.71 5.55 -
YUV 75.73 120.82 171.7 -
System Red Green Blue C M Y K H S L
Decimal 137 47 63 0 0.66 0.54 0.46 349.33 0.49 0.36
Hex 89 2F 3F 0 42 36 2E 15D 31 24
Octal 211 57 77 0 102 66 56 535 61 44
Binary 10001001 101111 111111 0 1000010 110110 101110 101011101 110001 100100

Color Harmonies of #892F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F3F

Black with #892F3F

Text Example


Text Example

White with #892F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,47,63); }

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

background-color css

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

 a { background-color: rgb(137,47,63); }

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

border-color css

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

 span { border-color: rgb(137,47,63); }

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