Html Css Color HEX #89030F Sangria

📋 copy color: '#89030F'

red 137 ◦ green 3 ◦ blue 15

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

Shades of Sangria #89030F

Tints of Sangria #89030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 88.39%
G = 1.94%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.89

 K value IS 0.46

RGB Variations

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

Color information

#89030F (or 0x89030F) is known color: Sangria. HEX triplet: 89, 03 and 0F. RGB value is (137,3,15). Sum of RGB (Red+Green+Blue) = 137+3+15=155 (20% of max value = 765). Red value is 137 (53.91% from 255 or 88.39% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 137 - color contains mainly: red. Hex color #89030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #89030F is #76FCF0. Grayscale: #2C2C2C. Windows color (decimal): -7798001 or 983945. OLE color: 983945.

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

Color convert

RGB 137 3 15 -
CMYK 0 0.98 0.89 0.46
HSL 354.63º 0.96% 0.27% -
HSV(B) 354.63º 0.98% 0.54% -
XYZ 10.44 5.42 0.95 -
YUV 44.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 137 3 15 0 0.98 0.89 0.46 354.63 0.96 0.27
Hex 89 3 F 0 62 59 2E 163 60 1B
Octal 211 3 17 0 142 131 56 543 140 33
Binary 10001001 11 1111 0 1100010 1011001 101110 101100011 1100000 11011

Color Harmonies of #89030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89030F

Black with #89030F

Text Example


Text Example

White with #89030F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89030F; }

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

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

background-color css

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

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

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

border-color css

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

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

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