Html Css Color HEX #981227 Carmine

📋 copy color: '#981227'

red 152 ◦ green 18 ◦ blue 39

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

Shades of Carmine #981227

Tints of Carmine #981227

RGB

 RED value IS 152 (59.77% from 255) = 72.73%

 GREEN value IS 18 (7.42% from 255) = 8.61%

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

R = 72.73%
G = 8.61%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#981227 (or 0x981227) is known color: Carmine. HEX triplet: 98, 12 and 27. RGB value is (152,18,39). Sum of RGB (Red+Green+Blue) = 152+18+39=209 (27% of max value = 765). Red value is 152 (59.77% from 255 or 72.73% from 209); Green value is 18 (7.42% from 255 or 8.61% from 209); Blue value is 39 (15.62% from 255 or 18.66% from 209); Max value from RGB is 152 - color contains mainly: red. Hex color #981227 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981227 is #67EDD8. Grayscale: #3C3C3C. Windows color (decimal): -6811097 or 2560664. OLE color: 2560664.

HSL color Cylindrical-coordinate representation of color #981227: hue angle of 350.6º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #981227 is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 18 39 -
CMYK 0 0.88 0.74 0.40
HSL 350.6º 0.79% 0.33% -
HSV(B) 350.6º 0.88% 0.6% -
XYZ 13.53 7.25 2.61 -
YUV 60.46 115.89 193.29 -
System Red Green Blue C M Y K H S L
Decimal 152 18 39 0 0.88 0.74 0.40 350.6 0.79 0.33
Hex 98 12 27 0 58 4A 28 15F 4F 21
Octal 230 22 47 0 130 112 50 537 117 41
Binary 10011000 10010 100111 0 1011000 1001010 101000 101011111 1001111 100001

Color Harmonies of #981227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981227

Black with #981227

Text Example


Text Example

White with #981227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981227; }

 p { color: rgb(152,18,39); }

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

background-color css

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

 a { background-color: rgb(152,18,39); }

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

border-color css

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

 span { border-color: rgb(152,18,39); }

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