Html Css Color HEX #990927 Carmine

📋 copy color: '#990927'

red 153 ◦ green 9 ◦ blue 39

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

Shades of Carmine #990927

Tints of Carmine #990927

RGB

 RED value IS 153 (60.16% from 255) = 76.12%

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

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

R = 76.12%
G = 4.48%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#990927 (or 0x990927) is known color: Carmine. HEX triplet: 99, 09 and 27. RGB value is (153,9,39). Sum of RGB (Red+Green+Blue) = 153+9+39=201 (26% of max value = 765). Red value is 153 (60.16% from 255 or 76.12% from 201); Green value is 9 (3.91% from 255 or 4.48% from 201); Blue value is 39 (15.62% from 255 or 19.40% from 201); Max value from RGB is 153 - color contains mainly: red. Hex color #990927 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990927 is #66F6D8. Grayscale: #373737. Windows color (decimal): -6747865 or 2558361. OLE color: 2558361.

HSL color Cylindrical-coordinate representation of color #990927: hue angle of 347.5º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #990927 is Cyan = 0, Magento = 0.94, Yellow = 0.75 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 9 39 -
CMYK 0 0.94 0.75 0.4
HSL 347.5º 0.89% 0.32% -
HSV(B) 347.5º 0.94% 0.6% -
XYZ 13.6 7.11 2.58 -
YUV 55.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 153 9 39 0 0.94 0.75 0.4 347.5 0.89 0.32
Hex 99 9 27 0 5E 4B 28 15C 59 20
Octal 231 11 47 0 136 113 50 534 131 40
Binary 10011001 1001 100111 0 1011110 1001011 101000 101011100 1011001 100000

Color Harmonies of #990927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990927

Black with #990927

Text Example


Text Example

White with #990927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990927; }

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

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

background-color css

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

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

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

border-color css

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

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

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