Html Css Color HEX #890607 Sangria

📋 copy color: '#890607'

red 137 ◦ green 6 ◦ blue 7

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

Shades of Sangria #890607

Tints of Sangria #890607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.67%

R = 91.33%
G = 4%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.46

RGB Variations

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

Color information

#890607 (or 0x890607) is known color: Sangria. HEX triplet: 89, 06 and 07. RGB value is (137,6,7). Sum of RGB (Red+Green+Blue) = 137+6+7=150 (19% of max value = 765). Red value is 137 (53.91% from 255 or 91.33% from 150); Green value is 6 (2.73% from 255 or 4% from 150); Blue value is 7 (3.12% from 255 or 4.67% from 150); Max value from RGB is 137 - color contains mainly: red. Hex color #890607 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890607 is #76F9F8. Grayscale: #2D2D2D. Windows color (decimal): -7797241 or 460425. OLE color: 460425.

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

Color convert

RGB 137 6 7 -
CMYK 0 0.96 0.95 0.46
HSL 359.54º 0.92% 0.28% -
HSV(B) 359.54º 0.96% 0.54% -
XYZ 10.42 5.46 0.71 -
YUV 45.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 137 6 7 0 0.96 0.95 0.46 359.54 0.92 0.28
Hex 89 6 7 0 60 5F 2E 168 5C 1C
Octal 211 6 7 0 140 137 56 550 134 34
Binary 10001001 110 111 0 1100000 1011111 101110 101101000 1011100 11100

Color Harmonies of #890607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890607

Black with #890607

Text Example


Text Example

White with #890607

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890607; }

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

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

background-color css

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

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

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

border-color css

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

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

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