Html Css Color HEX #980D37 Carmine

📋 copy color: '#980D37'

red 152 ◦ green 13 ◦ blue 55

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

Shades of Carmine #980D37

Tints of Carmine #980D37

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.91%

 BLUE value IS 55 (21.88% from 255) = 25%

R = 69.09%
G = 5.91%
B = 25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.64

 K value IS 0.40

RGB Variations

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

Color information

#980D37 (or 0x980D37) is known color: Carmine. HEX triplet: 98, 0D and 37. RGB value is (152,13,55). Sum of RGB (Red+Green+Blue) = 152+13+55=220 (29% of max value = 765). Red value is 152 (59.77% from 255 or 69.09% from 220); Green value is 13 (5.47% from 255 or 5.91% from 220); Blue value is 55 (21.88% from 255 or 25% from 220); Max value from RGB is 152 - color contains mainly: red. Hex color #980D37 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980D37 is #67F2C8. Grayscale: #3B3B3B. Windows color (decimal): -6812361 or 3607960. OLE color: 3607960.

HSL color Cylindrical-coordinate representation of color #980D37: hue angle of 341.87º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980D37 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 13 55 -
CMYK 0 0.91 0.64 0.40
HSL 341.87º 0.84% 0.32% -
HSV(B) 341.87º 0.91% 0.6% -
XYZ 13.78 7.24 4.29 -
YUV 59.35 125.55 194.08 -
System Red Green Blue C M Y K H S L
Decimal 152 13 55 0 0.91 0.64 0.40 341.87 0.84 0.32
Hex 98 D 37 0 5B 40 28 156 54 20
Octal 230 15 67 0 133 100 50 526 124 40
Binary 10011000 1101 110111 0 1011011 1000000 101000 101010110 1010100 100000

Color Harmonies of #980D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980D37

Black with #980D37

Text Example


Text Example

White with #980D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,13,55); }

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

background-color css

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

 a { background-color: rgb(152,13,55); }

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

border-color css

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

 span { border-color: rgb(152,13,55); }

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