Html Css Color HEX #9F020C Sangria

📋 copy color: '#9F020C'

red 159 ◦ green 2 ◦ blue 12

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

Shades of Sangria #9F020C

Tints of Sangria #9F020C

RGB

 RED value IS 159 (62.5% from 255) = 91.91%

 GREEN value IS 2 (1.17% from 255) = 1.16%

 BLUE value IS 12 (5.08% from 255) = 6.94%

R = 91.91%
G = 1.16%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.38

RGB Variations

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

Color information

#9F020C (or 0x9F020C) is known color: Sangria. HEX triplet: 9F, 02 and 0C. RGB value is (159,2,12). Sum of RGB (Red+Green+Blue) = 159+2+12=173 (22% of max value = 765). Red value is 159 (62.5% from 255 or 91.91% from 173); Green value is 2 (1.17% from 255 or 1.16% from 173); Blue value is 12 (5.08% from 255 or 6.94% from 173); Max value from RGB is 159 - color contains mainly: red. Hex color #9F020C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F020C is #60FDF3. Grayscale: #323232. Windows color (decimal): -6356468 or 787103. OLE color: 787103.

HSL color Cylindrical-coordinate representation of color #9F020C: hue angle of 356.18º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F020C is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 12 -
CMYK 0 0.99 0.92 0.38
HSL 356.18º 0.98% 0.32% -
HSV(B) 356.18º 0.99% 0.62% -
XYZ 14.39 7.44 1.03 -
YUV 50.08 106.51 205.69 -
System Red Green Blue C M Y K H S L
Decimal 159 2 12 0 0.99 0.92 0.38 356.18 0.98 0.32
Hex 9F 2 C 0 63 5C 26 164 62 20
Octal 237 2 14 0 143 134 46 544 142 40
Binary 10011111 10 1100 0 1100011 1011100 100110 101100100 1100010 100000

Color Harmonies of #9F020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F020C

Black with #9F020C

Text Example


Text Example

White with #9F020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F020C; }

 p { color: rgb(159,2,12); }

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

background-color css

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

 a { background-color: rgb(159,2,12); }

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

border-color css

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

 span { border-color: rgb(159,2,12); }

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