Html Css Color HEX #9F0836 Carmine

📋 copy color: '#9F0836'

red 159 ◦ green 8 ◦ blue 54

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

Shades of Carmine #9F0836

Tints of Carmine #9F0836

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 71.95%
G = 3.62%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.66

 K value IS 0.38

RGB Variations

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

Color information

#9F0836 (or 0x9F0836) is known color: Carmine. HEX triplet: 9F, 08 and 36. RGB value is (159,8,54). Sum of RGB (Red+Green+Blue) = 159+8+54=221 (29% of max value = 765). Red value is 159 (62.5% from 255 or 71.95% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 54 (21.48% from 255 or 24.43% from 221); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0836 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9F0836 is #60F7C9. Grayscale: #3A3A3A. Windows color (decimal): -6354890 or 3541151. OLE color: 3541151.

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

Color convert

RGB 159 8 54 -
CMYK 0 0.95 0.66 0.38
HSL 341.72º 0.9% 0.33% -
HSV(B) 341.72º 0.95% 0.62% -
XYZ 15.05 7.81 4.2 -
YUV 58.39 125.53 199.76 -
System Red Green Blue C M Y K H S L
Decimal 159 8 54 0 0.95 0.66 0.38 341.72 0.9 0.33
Hex 9F 8 36 0 5F 42 26 156 5A 21
Octal 237 10 66 0 137 102 46 526 132 41
Binary 10011111 1000 110110 0 1011111 1000010 100110 101010110 1011010 100001

Color Harmonies of #9F0836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F0836

Black with #9F0836

Text Example


Text Example

White with #9F0836

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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