Html Css Color HEX #890104 Sangria

📋 copy color: '#890104'

red 137 ◦ green 1 ◦ blue 4

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

Shades of Sangria #890104

Tints of Sangria #890104

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.7%

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

R = 96.48%
G = 0.7%
B = 2.82%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.46

RGB Variations

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

Color information

#890104 (or 0x890104) is known color: Sangria. HEX triplet: 89, 01 and 04. RGB value is (137,1,4). Sum of RGB (Red+Green+Blue) = 137+1+4=142 (18% of max value = 765). Red value is 137 (53.91% from 255 or 96.48% from 142); Green value is 1 (0.78% from 255 or 0.70% from 142); Blue value is 4 (1.95% from 255 or 2.82% from 142); Max value from RGB is 137 - color contains mainly: red. Hex color #890104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890104 is #76FEFB. Grayscale: #2A2A2A. Windows color (decimal): -7798524 or 262537. OLE color: 262537.

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

Color convert

RGB 137 1 4 -
CMYK 0 0.99 0.97 0.46
HSL 358.68º 0.99% 0.27% -
HSV(B) 358.68º 0.99% 0.54% -
XYZ 10.35 5.35 0.6 -
YUV 42.01 106.56 195.76 -
System Red Green Blue C M Y K H S L
Decimal 137 1 4 0 0.99 0.97 0.46 358.68 0.99 0.27
Hex 89 1 4 0 63 61 2E 167 63 1B
Octal 211 1 4 0 143 141 56 547 143 33
Binary 10001001 1 100 0 1100011 1100001 101110 101100111 1100011 11011

Color Harmonies of #890104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890104

Black with #890104

Text Example


Text Example

White with #890104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890104; }

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

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

background-color css

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

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

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

border-color css

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

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

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