Html Css Color HEX #9F0207 Sangria

📋 copy color: '#9F0207'

red 159 ◦ green 2 ◦ blue 7

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

Shades of Sangria #9F0207

Tints of Sangria #9F0207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.17%

R = 94.64%
G = 1.19%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.38

RGB Variations

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

Color information

#9F0207 (or 0x9F0207) is known color: Sangria. HEX triplet: 9F, 02 and 07. RGB value is (159,2,7). Sum of RGB (Red+Green+Blue) = 159+2+7=168 (22% of max value = 765). Red value is 159 (62.5% from 255 or 94.64% from 168); Green value is 2 (1.17% from 255 or 1.19% from 168); Blue value is 7 (3.12% from 255 or 4.17% from 168); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0207 is #60FDF8. Grayscale: #313131. Windows color (decimal): -6356473 or 459423. OLE color: 459423.

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

Color convert

RGB 159 2 7 -
CMYK 0 0.99 0.96 0.38
HSL 358.09º 0.98% 0.32% -
HSV(B) 358.09º 0.99% 0.62% -
XYZ 14.36 7.43 0.88 -
YUV 49.51 104.01 206.09 -
System Red Green Blue C M Y K H S L
Decimal 159 2 7 0 0.99 0.96 0.38 358.09 0.98 0.32
Hex 9F 2 7 0 63 60 26 166 62 20
Octal 237 2 7 0 143 140 46 546 142 40
Binary 10011111 10 111 0 1100011 1100000 100110 101100110 1100010 100000

Color Harmonies of #9F0207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0207

Black with #9F0207

Text Example


Text Example

White with #9F0207

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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