Html Css Color HEX #9F0936 Carmine

📋 copy color: '#9F0936'

red 159 ◦ green 9 ◦ blue 54

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

Shades of Carmine #9F0936

Tints of Carmine #9F0936

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.05%

 BLUE value IS 54 (21.48% from 255) = 24.32%

R = 71.62%
G = 4.05%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F0936 (or 0x9F0936) is known color: Carmine. HEX triplet: 9F, 09 and 36. RGB value is (159,9,54). Sum of RGB (Red+Green+Blue) = 159+9+54=222 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.62% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 54 (21.48% from 255 or 24.32% from 222); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0936 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0936 is #60F6C9. Grayscale: #3A3A3A. Windows color (decimal): -6354634 or 3541407. OLE color: 3541407.

HSL color Cylindrical-coordinate representation of color #9F0936: hue angle of 342º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9F0936 is Cyan = 0, Magento = 0.94, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 9 54 -
CMYK 0 0.94 0.66 0.38
HSL 342º 0.89% 0.33% -
HSV(B) 342º 0.94% 0.62% -
XYZ 15.06 7.83 4.21 -
YUV 58.98 125.2 199.34 -
System Red Green Blue C M Y K H S L
Decimal 159 9 54 0 0.94 0.66 0.38 342 0.89 0.33
Hex 9F 9 36 0 5E 42 26 156 59 21
Octal 237 11 66 0 136 102 46 526 131 41
Binary 10011111 1001 110110 0 1011110 1000010 100110 101010110 1011001 100001

Color Harmonies of #9F0936

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0936

Black with #9F0936

Text Example


Text Example

White with #9F0936

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,9,54); }

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

background-color css

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

 a { background-color: rgb(159,9,54); }

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

border-color css

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

 span { border-color: rgb(159,9,54); }

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