Html Css Color HEX #980F27 Carmine

📋 copy color: '#980F27'

red 152 ◦ green 15 ◦ blue 39

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

Shades of Carmine #980F27

Tints of Carmine #980F27

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.28%

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

R = 73.79%
G = 7.28%
B = 18.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.40

RGB Variations

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

Color information

#980F27 (or 0x980F27) is known color: Carmine. HEX triplet: 98, 0F and 27. RGB value is (152,15,39). Sum of RGB (Red+Green+Blue) = 152+15+39=206 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.79% from 206); Green value is 15 (6.25% from 255 or 7.28% from 206); Blue value is 39 (15.62% from 255 or 18.93% from 206); Max value from RGB is 152 - color contains mainly: red. Hex color #980F27 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980F27 is #67F0D8. Grayscale: #3A3A3A. Windows color (decimal): -6811865 or 2559896. OLE color: 2559896.

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

Color convert

RGB 152 15 39 -
CMYK 0 0.90 0.74 0.40
HSL 349.49º 0.82% 0.33% -
HSV(B) 349.49º 0.9% 0.6% -
XYZ 13.49 7.16 2.59 -
YUV 58.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 152 15 39 0 0.90 0.74 0.40 349.49 0.82 0.33
Hex 98 F 27 0 5A 4A 28 15D 52 21
Octal 230 17 47 0 132 112 50 535 122 41
Binary 10011000 1111 100111 0 1011010 1001010 101000 101011101 1010010 100001

Color Harmonies of #980F27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F27

Black with #980F27

Text Example


Text Example

White with #980F27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980F27; }

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

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

background-color css

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

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

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

border-color css

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

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

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