Html Css Color HEX #890002 Sangria

📋 copy color: '#890002'

red 137 ◦ green 0 ◦ blue 2

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

Shades of Sangria #890002

Tints of Sangria #890002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.44%

R = 98.56%
G = 0%
B = 1.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#890002 (or 0x890002) is known color: Sangria. HEX triplet: 89, 00 and 02. RGB value is (137,0,2). Sum of RGB (Red+Green+Blue) = 137+0+2=139 (18% of max value = 765). Red value is 137 (53.91% from 255 or 98.56% from 139); Green value is 0 (0.39% from 255 or 0% from 139); Blue value is 2 (1.17% from 255 or 1.44% from 139); Max value from RGB is 137 - color contains mainly: red. Hex color #890002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #890002 is #76FFFD. Grayscale: #292929. Windows color (decimal): -7798782 or 131209. OLE color: 131209.

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

Color convert

RGB 137 0 2 -
CMYK 0 1 0.99 0.46
HSL 359.12º 1% 0.27% -
HSV(B) 359.12º 1% 0.54% -
XYZ 10.33 5.32 0.54 -
YUV 41.19 105.89 196.34 -
System Red Green Blue C M Y K H S L
Decimal 137 0 2 0 1 0.99 0.46 359.12 1 0.27
Hex 89 0 2 0 64 63 2E 167 64 1B
Octal 211 0 2 0 144 143 56 547 144 33
Binary 10001001 0 10 0 1100100 1100011 101110 101100111 1100100 11011

Color Harmonies of #890002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890002

Black with #890002

Text Example


Text Example

White with #890002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #890002; }

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

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

background-color css

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

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

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

border-color css

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

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

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