Html Css Color HEX #892430 Shiraz

📋 copy color: '#892430'

red 137 ◦ green 36 ◦ blue 48

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

Shades of Shiraz #892430

Tints of Shiraz #892430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 21.72%

R = 61.99%
G = 16.29%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.65

 K value IS 0.46

RGB Variations

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

Color information

#892430 (or 0x892430) is known color: Shiraz. HEX triplet: 89, 24 and 30. RGB value is (137,36,48). Sum of RGB (Red+Green+Blue) = 137+36+48=221 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.99% from 221); Green value is 36 (14.45% from 255 or 16.29% from 221); Blue value is 48 (19.14% from 255 or 21.72% from 221); Max value from RGB is 137 - color contains mainly: red. Hex color #892430 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892430 is #76DBCF. Grayscale: #434343. Windows color (decimal): -7789520 or 3155081. OLE color: 3155081.

HSL color Cylindrical-coordinate representation of color #892430: hue angle of 352.87º 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 #892430 is Cyan = 0, Magento = 0.74, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 36 48 -
CMYK 0 0.74 0.65 0.46
HSL 352.87º 0.58% 0.34% -
HSV(B) 352.87º 0.74% 0.54% -
XYZ 11.48 6.79 3.5 -
YUV 67.57 116.96 177.52 -
System Red Green Blue C M Y K H S L
Decimal 137 36 48 0 0.74 0.65 0.46 352.87 0.58 0.34
Hex 89 24 30 0 4A 41 2E 161 3A 22
Octal 211 44 60 0 112 101 56 541 72 42
Binary 10001001 100100 110000 0 1001010 1000001 101110 101100001 111010 100010

Color Harmonies of #892430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892430

Black with #892430

Text Example


Text Example

White with #892430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892430; }

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

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

background-color css

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

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

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

border-color css

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

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

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