Html Css Color HEX #9F0934 Carmine

📋 copy color: '#9F0934'

red 159 ◦ green 9 ◦ blue 52

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

Shades of Carmine #9F0934

Tints of Carmine #9F0934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 23.64%

R = 72.27%
G = 4.09%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9F0934 (or 0x9F0934) is known color: Carmine. HEX triplet: 9F, 09 and 34. RGB value is (159,9,52). Sum of RGB (Red+Green+Blue) = 159+9+52=220 (29% of max value = 765). Red value is 159 (62.5% from 255 or 72.27% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 52 (20.70% from 255 or 23.64% from 220); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0934 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0934 is #60F6CB. Grayscale: #3A3A3A. Windows color (decimal): -6354636 or 3410335. OLE color: 3410335.

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

Color convert

RGB 159 9 52 -
CMYK 0 0.94 0.67 0.38
HSL 342.8º 0.89% 0.33% -
HSV(B) 342.8º 0.94% 0.62% -
XYZ 15.02 7.81 3.97 -
YUV 58.75 124.2 199.5 -
System Red Green Blue C M Y K H S L
Decimal 159 9 52 0 0.94 0.67 0.38 342.8 0.89 0.33
Hex 9F 9 34 0 5E 43 26 157 59 21
Octal 237 11 64 0 136 103 46 527 131 41
Binary 10011111 1001 110100 0 1011110 1000011 100110 101010111 1011001 100001

Color Harmonies of #9F0934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0934

Black with #9F0934

Text Example


Text Example

White with #9F0934

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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