Html Css Color HEX #892338 Shiraz

📋 copy color: '#892338'

red 137 ◦ green 35 ◦ blue 56

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

Shades of Shiraz #892338

Tints of Shiraz #892338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.35%

 BLUE value IS 56 (22.27% from 255) = 24.56%

R = 60.09%
G = 15.35%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.59

 K value IS 0.46

RGB Variations

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

Color information

#892338 (or 0x892338) is known color: Shiraz. HEX triplet: 89, 23 and 38. RGB value is (137,35,56). Sum of RGB (Red+Green+Blue) = 137+35+56=228 (30% of max value = 765). Red value is 137 (53.91% from 255 or 60.09% from 228); Green value is 35 (14.06% from 255 or 15.35% from 228); Blue value is 56 (22.27% from 255 or 24.56% from 228); Max value from RGB is 137 - color contains mainly: red. Hex color #892338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #892338 is #76DCC7. Grayscale: #434343. Windows color (decimal): -7789768 or 3679113. OLE color: 3679113.

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

Color convert

RGB 137 35 56 -
CMYK 0 0.74 0.59 0.46
HSL 347.65º 0.59% 0.34% -
HSV(B) 347.65º 0.74% 0.54% -
XYZ 11.63 6.81 4.44 -
YUV 67.89 121.29 177.29 -
System Red Green Blue C M Y K H S L
Decimal 137 35 56 0 0.74 0.59 0.46 347.65 0.59 0.34
Hex 89 23 38 0 4A 3B 2E 15C 3B 22
Octal 211 43 70 0 112 73 56 534 73 42
Binary 10001001 100011 111000 0 1001010 111011 101110 101011100 111011 100010

Color Harmonies of #892338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #892338

Black with #892338

Text Example


Text Example

White with #892338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #892338; }

 p { color: rgb(137,35,56); }

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

background-color css

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

 a { background-color: rgb(137,35,56); }

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

border-color css

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

 span { border-color: rgb(137,35,56); }

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