Html Css Color HEX #99010F Sangria

📋 copy color: '#99010F'

red 153 ◦ green 1 ◦ blue 15

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

Shades of Sangria #99010F

Tints of Sangria #99010F

RGB

 RED value IS 153 (60.16% from 255) = 90.53%

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

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

R = 90.53%
G = 0.59%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.4

RGB Variations

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

Color information

#99010F (or 0x99010F) is known color: Sangria. HEX triplet: 99, 01 and 0F. RGB value is (153,1,15). Sum of RGB (Red+Green+Blue) = 153+1+15=169 (22% of max value = 765). Red value is 153 (60.16% from 255 or 90.53% from 169); Green value is 1 (0.78% from 255 or 0.59% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 153 - color contains mainly: red. Hex color #99010F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99010F is #66FEF0. Grayscale: #303030. Windows color (decimal): -6749937 or 983449. OLE color: 983449.

HSL color Cylindrical-coordinate representation of color #99010F: hue angle of 354.47º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #99010F is Cyan = 0, Magento = 0.99, Yellow = 0.90 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 1 15 -
CMYK 0 0.99 0.90 0.4
HSL 354.47º 0.99% 0.3% -
HSV(B) 354.47º 0.99% 0.6% -
XYZ 13.23 6.83 1.07 -
YUV 48.04 109.36 202.86 -
System Red Green Blue C M Y K H S L
Decimal 153 1 15 0 0.99 0.90 0.4 354.47 0.99 0.3
Hex 99 1 F 0 63 5A 28 162 63 1E
Octal 231 1 17 0 143 132 50 542 143 36
Binary 10011001 1 1111 0 1100011 1011010 101000 101100010 1100011 11110

Color Harmonies of #99010F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99010F

Black with #99010F

Text Example


Text Example

White with #99010F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,1,15); }

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

background-color css

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

 a { background-color: rgb(153,1,15); }

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

border-color css

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

 span { border-color: rgb(153,1,15); }

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