Html Css Color HEX #9F0104 Sangria

📋 copy color: '#9F0104'

red 159 ◦ green 1 ◦ blue 4

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

Shades of Sangria #9F0104

Tints of Sangria #9F0104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.44%

R = 96.95%
G = 0.61%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.97

 K value IS 0.38

RGB Variations

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

Color information

#9F0104 (or 0x9F0104) is known color: Sangria. HEX triplet: 9F, 01 and 04. RGB value is (159,1,4). Sum of RGB (Red+Green+Blue) = 159+1+4=164 (21% of max value = 765). Red value is 159 (62.5% from 255 or 96.95% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 4 (1.95% from 255 or 2.44% from 164); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0104 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F0104 is #60FEFB. Grayscale: #303030. Windows color (decimal): -6356732 or 262559. OLE color: 262559.

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

Color convert

RGB 159 1 4 -
CMYK 0 0.99 0.97 0.38
HSL 358.86º 0.99% 0.31% -
HSV(B) 358.86º 0.99% 0.62% -
XYZ 14.33 7.4 0.79 -
YUV 48.58 102.85 206.76 -
System Red Green Blue C M Y K H S L
Decimal 159 1 4 0 0.99 0.97 0.38 358.86 0.99 0.31
Hex 9F 1 4 0 63 61 26 167 63 1F
Octal 237 1 4 0 143 141 46 547 143 37
Binary 10011111 1 100 0 1100011 1100001 100110 101100111 1100011 11111

Color Harmonies of #9F0104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0104

Black with #9F0104

Text Example


Text Example

White with #9F0104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,1,4); }

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

background-color css

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

 a { background-color: rgb(159,1,4); }

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

border-color css

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

 span { border-color: rgb(159,1,4); }

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