Html Css Color HEX #9F0927 Carmine

📋 copy color: '#9F0927'

red 159 ◦ green 9 ◦ blue 39

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

Shades of Carmine #9F0927

Tints of Carmine #9F0927

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 18.84%

R = 76.81%
G = 4.35%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9F0927 (or 0x9F0927) is known color: Carmine. HEX triplet: 9F, 09 and 27. RGB value is (159,9,39). Sum of RGB (Red+Green+Blue) = 159+9+39=207 (27% of max value = 765). Red value is 159 (62.5% from 255 or 76.81% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 39 (15.62% from 255 or 18.84% from 207); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0927 is #60F6D8. Grayscale: #393939. Windows color (decimal): -6354649 or 2558367. OLE color: 2558367.

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

Color convert

RGB 159 9 39 -
CMYK 0 0.94 0.75 0.38
HSL 348º 0.89% 0.33% -
HSV(B) 348º 0.94% 0.62% -
XYZ 14.76 7.71 2.63 -
YUV 57.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 159 9 39 0 0.94 0.75 0.38 348 0.89 0.33
Hex 9F 9 27 0 5E 4B 26 15C 59 21
Octal 237 11 47 0 136 113 46 534 131 41
Binary 10011111 1001 100111 0 1011110 1001011 100110 101011100 1011001 100001

Color Harmonies of #9F0927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0927

Black with #9F0927

Text Example


Text Example

White with #9F0927

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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