Html Css Color HEX #892432 Shiraz

📋 copy color: '#892432'

red 137 ◦ green 36 ◦ blue 50

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

Shades of Shiraz #892432

Tints of Shiraz #892432

RGB

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

 GREEN value IS 36 (14.45% from 255) = 16.14%

 BLUE value IS 50 (19.92% from 255) = 22.42%

R = 61.43%
G = 16.14%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.46

RGB Variations

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

Color information

#892432 (or 0x892432) is known color: Shiraz. HEX triplet: 89, 24 and 32. RGB value is (137,36,50). Sum of RGB (Red+Green+Blue) = 137+36+50=223 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.43% from 223); Green value is 36 (14.45% from 255 or 16.14% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 137 - color contains mainly: red. Hex color #892432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892432 is #76DBCD. Grayscale: #434343. Windows color (decimal): -7789518 or 3286153. OLE color: 3286153.

HSL color Cylindrical-coordinate representation of color #892432: hue angle of 351.68º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #892432 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 36 50 -
CMYK 0 0.74 0.64 0.46
HSL 351.68º 0.58% 0.34% -
HSV(B) 351.68º 0.74% 0.54% -
XYZ 11.52 6.81 3.72 -
YUV 67.8 117.96 177.36 -
System Red Green Blue C M Y K H S L
Decimal 137 36 50 0 0.74 0.64 0.46 351.68 0.58 0.34
Hex 89 24 32 0 4A 40 2E 160 3A 22
Octal 211 44 62 0 112 100 56 540 72 42
Binary 10001001 100100 110010 0 1001010 1000000 101110 101100000 111010 100010

Color Harmonies of #892432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892432

Black with #892432

Text Example


Text Example

White with #892432

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892432; }

 p { color: rgb(137,36,50); }

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

background-color css

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

 a { background-color: rgb(137,36,50); }

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

border-color css

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

 span { border-color: rgb(137,36,50); }

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