Html Css Color HEX #99070D Sangria

📋 copy color: '#99070D'

red 153 ◦ green 7 ◦ blue 13

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

Shades of Sangria #99070D

Tints of Sangria #99070D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.05%

 BLUE value IS 13 (5.47% from 255) = 7.51%

R = 88.44%
G = 4.05%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.92

 K value IS 0.4

RGB Variations

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

Color information

#99070D (or 0x99070D) is known color: Sangria. HEX triplet: 99, 07 and 0D. RGB value is (153,7,13). Sum of RGB (Red+Green+Blue) = 153+7+13=173 (22% of max value = 765). Red value is 153 (60.16% from 255 or 88.44% from 173); Green value is 7 (3.12% from 255 or 4.05% from 173); Blue value is 13 (5.47% from 255 or 7.51% from 173); Max value from RGB is 153 - color contains mainly: red. Hex color #99070D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #99070D is #66F8F2. Grayscale: #333333. Windows color (decimal): -6748403 or 853913. OLE color: 853913.

HSL color Cylindrical-coordinate representation of color #99070D: hue angle of 357.53º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #99070D is Cyan = 0, Magento = 0.95, Yellow = 0.92 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 7 13 -
CMYK 0 0.95 0.92 0.4
HSL 357.53º 0.91% 0.31% -
HSV(B) 357.53º 0.95% 0.6% -
XYZ 13.29 6.95 1.02 -
YUV 51.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 153 7 13 0 0.95 0.92 0.4 357.53 0.91 0.31
Hex 99 7 D 0 5F 5C 28 166 5B 1F
Octal 231 7 15 0 137 134 50 546 133 37
Binary 10011001 111 1101 0 1011111 1011100 101000 101100110 1011011 11111

Color Harmonies of #99070D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99070D

Black with #99070D

Text Example


Text Example

White with #99070D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99070D; }

 p { color: rgb(153,7,13); }

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

background-color css

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

 a { background-color: rgb(153,7,13); }

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

border-color css

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

 span { border-color: rgb(153,7,13); }

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