Html Css Color HEX #9F030F Sangria

📋 copy color: '#9F030F'

red 159 ◦ green 3 ◦ blue 15

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

Shades of Sangria #9F030F

Tints of Sangria #9F030F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.69%

 BLUE value IS 15 (6.25% from 255) = 8.47%

R = 89.83%
G = 1.69%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.38

RGB Variations

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

Color information

#9F030F (or 0x9F030F) is known color: Sangria. HEX triplet: 9F, 03 and 0F. RGB value is (159,3,15). Sum of RGB (Red+Green+Blue) = 159+3+15=177 (23% of max value = 765). Red value is 159 (62.5% from 255 or 89.83% from 177); Green value is 3 (1.56% from 255 or 1.69% from 177); Blue value is 15 (6.25% from 255 or 8.47% from 177); Max value from RGB is 159 - color contains mainly: red. Hex color #9F030F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #9F030F is #60FCF0. Grayscale: #333333. Windows color (decimal): -6356209 or 983967. OLE color: 983967.

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

Color convert

RGB 159 3 15 -
CMYK 0 0.98 0.91 0.38
HSL 355.38º 0.96% 0.32% -
HSV(B) 355.38º 0.98% 0.62% -
XYZ 14.42 7.47 1.13 -
YUV 51.01 107.68 205.02 -
System Red Green Blue C M Y K H S L
Decimal 159 3 15 0 0.98 0.91 0.38 355.38 0.96 0.32
Hex 9F 3 F 0 62 5B 26 163 60 20
Octal 237 3 17 0 142 133 46 543 140 40
Binary 10011111 11 1111 0 1100010 1011011 100110 101100011 1100000 100000

Color Harmonies of #9F030F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F030F

Black with #9F030F

Text Example


Text Example

White with #9F030F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,3,15); }

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

background-color css

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

 a { background-color: rgb(159,3,15); }

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

border-color css

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

 span { border-color: rgb(159,3,15); }

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