Html Css Color HEX #981127 Carmine

📋 copy color: '#981127'

red 152 ◦ green 17 ◦ blue 39

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

Shades of Carmine #981127

Tints of Carmine #981127

RGB

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

 GREEN value IS 17 (7.03% from 255) = 8.17%

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

R = 73.08%
G = 8.17%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#981127 (or 0x981127) is known color: Carmine. HEX triplet: 98, 11 and 27. RGB value is (152,17,39). Sum of RGB (Red+Green+Blue) = 152+17+39=208 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.08% from 208); Green value is 17 (7.03% from 255 or 8.17% from 208); Blue value is 39 (15.62% from 255 or 18.75% from 208); Max value from RGB is 152 - color contains mainly: red. Hex color #981127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #981127 is #67EED8. Grayscale: #3B3B3B. Windows color (decimal): -6811353 or 2560408. OLE color: 2560408.

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

Color convert

RGB 152 17 39 -
CMYK 0 0.89 0.74 0.40
HSL 350.22º 0.8% 0.33% -
HSV(B) 350.22º 0.89% 0.6% -
XYZ 13.52 7.22 2.6 -
YUV 59.87 116.23 193.71 -
System Red Green Blue C M Y K H S L
Decimal 152 17 39 0 0.89 0.74 0.40 350.22 0.8 0.33
Hex 98 11 27 0 59 4A 28 15E 50 21
Octal 230 21 47 0 131 112 50 536 120 41
Binary 10011000 10001 100111 0 1011001 1001010 101000 101011110 1010000 100001

Color Harmonies of #981127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981127

Black with #981127

Text Example


Text Example

White with #981127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981127; }

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

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

background-color css

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

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

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

border-color css

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

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

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