Html Css Color HEX #9F020D Sangria

📋 copy color: '#9F020D'

red 159 ◦ green 2 ◦ blue 13

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

Shades of Sangria #9F020D

Tints of Sangria #9F020D

RGB

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

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

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

R = 91.38%
G = 1.15%
B = 7.47%

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

#9F020D (or 0x9F020D) is known color: Sangria. HEX triplet: 9F, 02 and 0D. RGB value is (159,2,13). Sum of RGB (Red+Green+Blue) = 159+2+13=174 (23% of max value = 765). Red value is 159 (62.5% from 255 or 91.38% from 174); Green value is 2 (1.17% from 255 or 1.15% from 174); Blue value is 13 (5.47% from 255 or 7.47% from 174); Max value from RGB is 159 - color contains mainly: red. Hex color #9F020D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F020D is #60FDF2. Grayscale: #323232. Windows color (decimal): -6356467 or 852639. OLE color: 852639.

HSL color Cylindrical-coordinate representation of color #9F020D: hue angle of 355.8º 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 #9F020D is Cyan = 0, Magento = 0.99, Yellow = 0.92 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 2 13 -
CMYK 0 0.99 0.92 0.38
HSL 355.8º 0.98% 0.32% -
HSV(B) 355.8º 0.99% 0.62% -
XYZ 14.39 7.44 1.06 -
YUV 50.2 107.01 205.61 -
System Red Green Blue C M Y K H S L
Decimal 159 2 13 0 0.99 0.92 0.38 355.8 0.98 0.32
Hex 9F 2 D 0 63 5C 26 164 62 20
Octal 237 2 15 0 143 134 46 544 142 40
Binary 10011111 10 1101 0 1100011 1011100 100110 101100100 1100010 100000

Color Harmonies of #9F020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F020D

Black with #9F020D

Text Example


Text Example

White with #9F020D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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