Html Css Color HEX #892F40 Shiraz

📋 copy color: '#892F40'

red 137 ◦ green 47 ◦ blue 64

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

Shades of Shiraz #892F40

Tints of Shiraz #892F40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 25.81%

R = 55.24%
G = 18.95%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#892F40 (or 0x892F40) is known color: Shiraz. HEX triplet: 89, 2F and 40. RGB value is (137,47,64). Sum of RGB (Red+Green+Blue) = 137+47+64=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 47 (18.75% from 255 or 18.95% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #892F40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892F40 is #76D0BF. Grayscale: #4B4B4B. Windows color (decimal): -7786688 or 4206473. OLE color: 4206473.

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

Color convert

RGB 137 47 64 -
CMYK 0 0.66 0.53 0.46
HSL 348.67º 0.49% 0.36% -
HSV(B) 348.67º 0.66% 0.54% -
XYZ 12.26 7.72 5.69 -
YUV 75.85 121.32 171.62 -
System Red Green Blue C M Y K H S L
Decimal 137 47 64 0 0.66 0.53 0.46 348.67 0.49 0.36
Hex 89 2F 40 0 42 35 2E 15D 31 24
Octal 211 57 100 0 102 65 56 535 61 44
Binary 10001001 101111 1000000 0 1000010 110101 101110 101011101 110001 100100

Color Harmonies of #892F40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892F40

Black with #892F40

Text Example


Text Example

White with #892F40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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