Html Css Color HEX #890614 Sangria

📋 copy color: '#890614'

red 137 ◦ green 6 ◦ blue 20

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

Shades of Sangria #890614

Tints of Sangria #890614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.68%

 BLUE value IS 20 (8.2% from 255) = 12.27%

R = 84.05%
G = 3.68%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.85

 K value IS 0.46

RGB Variations

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

Color information

#890614 (or 0x890614) is known color: Sangria. HEX triplet: 89, 06 and 14. RGB value is (137,6,20). Sum of RGB (Red+Green+Blue) = 137+6+20=163 (21% of max value = 765). Red value is 137 (53.91% from 255 or 84.05% from 163); Green value is 6 (2.73% from 255 or 3.68% from 163); Blue value is 20 (8.20% from 255 or 12.27% from 163); Max value from RGB is 137 - color contains mainly: red. Hex color #890614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890614 is #76F9EB. Grayscale: #2E2E2E. Windows color (decimal): -7797228 or 1312393. OLE color: 1312393.

HSL color Cylindrical-coordinate representation of color #890614: hue angle of 353.59º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #890614 is Cyan = 0, Magento = 0.96, Yellow = 0.85 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 6 20 -
CMYK 0 0.96 0.85 0.46
HSL 353.59º 0.92% 0.28% -
HSV(B) 353.59º 0.96% 0.54% -
XYZ 10.51 5.5 1.17 -
YUV 46.77 112.9 192.36 -
System Red Green Blue C M Y K H S L
Decimal 137 6 20 0 0.96 0.85 0.46 353.59 0.92 0.28
Hex 89 6 14 0 60 55 2E 162 5C 1C
Octal 211 6 24 0 140 125 56 542 134 34
Binary 10001001 110 10100 0 1100000 1010101 101110 101100010 1011100 11100

Color Harmonies of #890614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890614

Black with #890614

Text Example


Text Example

White with #890614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890614; }

 p { color: rgb(137,6,20); }

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

background-color css

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

 a { background-color: rgb(137,6,20); }

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

border-color css

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

 span { border-color: rgb(137,6,20); }

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