Html Css Color HEX #980713 Carmine

📋 copy color: '#980713'

red 152 ◦ green 7 ◦ blue 19

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

Shades of Carmine #980713

Tints of Carmine #980713

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.93%

 BLUE value IS 19 (7.81% from 255) = 10.67%

R = 85.39%
G = 3.93%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#980713 (or 0x980713) is known color: Carmine. HEX triplet: 98, 07 and 13. RGB value is (152,7,19). Sum of RGB (Red+Green+Blue) = 152+7+19=178 (23% of max value = 765). Red value is 152 (59.77% from 255 or 85.39% from 178); Green value is 7 (3.12% from 255 or 3.93% from 178); Blue value is 19 (7.81% from 255 or 10.67% from 178); Max value from RGB is 152 - color contains mainly: red. Hex color #980713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980713 is #67F8EC. Grayscale: #333333. Windows color (decimal): -6813933 or 1247128. OLE color: 1247128.

HSL color Cylindrical-coordinate representation of color #980713: hue angle of 355.03º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980713 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 7 19 -
CMYK 0 0.95 0.87 0.40
HSL 355.03º 0.91% 0.31% -
HSV(B) 355.03º 0.95% 0.6% -
XYZ 13.14 6.87 1.25 -
YUV 51.72 109.54 199.52 -
System Red Green Blue C M Y K H S L
Decimal 152 7 19 0 0.95 0.87 0.40 355.03 0.91 0.31
Hex 98 7 13 0 5F 57 28 163 5B 1F
Octal 230 7 23 0 137 127 50 543 133 37
Binary 10011000 111 10011 0 1011111 1010111 101000 101100011 1011011 11111

Color Harmonies of #980713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980713

Black with #980713

Text Example


Text Example

White with #980713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980713; }

 p { color: rgb(152,7,19); }

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

background-color css

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

 a { background-color: rgb(152,7,19); }

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

border-color css

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

 span { border-color: rgb(152,7,19); }

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