Html Css Color HEX #890004 Sangria

📋 copy color: '#890004'

red 137 ◦ green 0 ◦ blue 4

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

Shades of Sangria #890004

Tints of Sangria #890004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.84%

R = 97.16%
G = 0%
B = 2.84%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#890004 (or 0x890004) is known color: Sangria. HEX triplet: 89, 00 and 04. RGB value is (137,0,4). Sum of RGB (Red+Green+Blue) = 137+0+4=141 (18% of max value = 765). Red value is 137 (53.91% from 255 or 97.16% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 4 (1.95% from 255 or 2.84% from 141); Max value from RGB is 137 - color contains mainly: red. Hex color #890004 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890004 is #76FFFB. Grayscale: #292929. Windows color (decimal): -7798780 or 262281. OLE color: 262281.

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

Color convert

RGB 137 0 4 -
CMYK 0 1 0.97 0.46
HSL 358.25º 1% 0.27% -
HSV(B) 358.25º 1% 0.54% -
XYZ 10.34 5.33 0.6 -
YUV 41.42 106.89 196.17 -
System Red Green Blue C M Y K H S L
Decimal 137 0 4 0 1 0.97 0.46 358.25 1 0.27
Hex 89 0 4 0 64 61 2E 166 64 1B
Octal 211 0 4 0 144 141 56 546 144 33
Binary 10001001 0 100 0 1100100 1100001 101110 101100110 1100100 11011

Color Harmonies of #890004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890004

Black with #890004

Text Example


Text Example

White with #890004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890004; }

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

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

background-color css

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

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

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

border-color css

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

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

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