Html Css Color HEX #890003 Sangria

📋 copy color: '#890003'

red 137 ◦ green 0 ◦ blue 3

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

Shades of Sangria #890003

Tints of Sangria #890003

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 3 (1.56% from 255) = 2.14%

R = 97.86%
G = 0%
B = 2.14%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.98

 K value IS 0.46

RGB Variations

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

Color information

#890003 (or 0x890003) is known color: Sangria. HEX triplet: 89, 00 and 03. RGB value is (137,0,3). Sum of RGB (Red+Green+Blue) = 137+0+3=140 (18% of max value = 765). Red value is 137 (53.91% from 255 or 97.86% from 140); Green value is 0 (0.39% from 255 or 0% from 140); Blue value is 3 (1.56% from 255 or 2.14% from 140); Max value from RGB is 137 - color contains mainly: red. Hex color #890003 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890003 is #76FFFC. Grayscale: #292929. Windows color (decimal): -7798781 or 196745. OLE color: 196745.

HSL color Cylindrical-coordinate representation of color #890003: hue angle of 358.69º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890003 is Cyan = 0, Magento = 1, Yellow = 0.98 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 0 3 -
CMYK 0 1 0.98 0.46
HSL 358.69º 1% 0.27% -
HSV(B) 358.69º 1% 0.54% -
XYZ 10.33 5.32 0.57 -
YUV 41.31 106.39 196.26 -
System Red Green Blue C M Y K H S L
Decimal 137 0 3 0 1 0.98 0.46 358.69 1 0.27
Hex 89 0 3 0 64 62 2E 167 64 1B
Octal 211 0 3 0 144 142 56 547 144 33
Binary 10001001 0 11 0 1100100 1100010 101110 101100111 1100100 11011

Color Harmonies of #890003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890003

Black with #890003

Text Example


Text Example

White with #890003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890003; }

 p { color: rgb(137,0,3); }

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

background-color css

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

 a { background-color: rgb(137,0,3); }

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

border-color css

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

 span { border-color: rgb(137,0,3); }

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