Html Css Color HEX #990027 Carmine

📋 copy color: '#990027'

red 153 ◦ green 0 ◦ blue 39

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

Shades of Carmine #990027

Tints of Carmine #990027

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 79.69%
G = 0%
B = 20.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.4

RGB Variations

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

Color information

#990027 (or 0x990027) is known color: Carmine. HEX triplet: 99, 00 and 27. RGB value is (153,0,39). Sum of RGB (Red+Green+Blue) = 153+0+39=192 (25% of max value = 765). Red value is 153 (60.16% from 255 or 79.69% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 153 - color contains mainly: red. Hex color #990027 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #990027 is #66FFD8. Grayscale: #323232. Windows color (decimal): -6750169 or 2556057. OLE color: 2556057.

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

Color convert

RGB 153 0 39 -
CMYK 0 1 0.75 0.4
HSL 344.71º 1% 0.3% -
HSV(B) 344.71º 1% 0.6% -
XYZ 13.5 6.92 2.54 -
YUV 50.19 121.69 201.33 -
System Red Green Blue C M Y K H S L
Decimal 153 0 39 0 1 0.75 0.4 344.71 1 0.3
Hex 99 0 27 0 64 4B 28 159 64 1E
Octal 231 0 47 0 144 113 50 531 144 36
Binary 10011001 0 100111 0 1100100 1001011 101000 101011001 1100100 11110

Color Harmonies of #990027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990027

Black with #990027

Text Example


Text Example

White with #990027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990027; }

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

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

background-color css

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

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

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

border-color css

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

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

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