Html Css Color HEX #980813 Carmine

📋 copy color: '#980813'

red 152 ◦ green 8 ◦ blue 19

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

Shades of Carmine #980813

Tints of Carmine #980813

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.47%

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

R = 84.92%
G = 4.47%
B = 10.61%

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

#980813 (or 0x980813) is known color: Carmine. HEX triplet: 98, 08 and 13. RGB value is (152,8,19). Sum of RGB (Red+Green+Blue) = 152+8+19=179 (23% of max value = 765). Red value is 152 (59.77% from 255 or 84.92% from 179); Green value is 8 (3.52% from 255 or 4.47% from 179); Blue value is 19 (7.81% from 255 or 10.61% from 179); Max value from RGB is 152 - color contains mainly: red. Hex color #980813 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980813 is #67F7EC. Grayscale: #343434. Windows color (decimal): -6813677 or 1247384. OLE color: 1247384.

HSL color Cylindrical-coordinate representation of color #980813: hue angle of 355.42º degrees, saturation: 0.9, 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 #980813 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 8 19 -
CMYK 0 0.95 0.87 0.40
HSL 355.42º 0.9% 0.31% -
HSV(B) 355.42º 0.95% 0.6% -
XYZ 13.15 6.9 1.25 -
YUV 52.31 109.21 199.11 -
System Red Green Blue C M Y K H S L
Decimal 152 8 19 0 0.95 0.87 0.40 355.42 0.9 0.31
Hex 98 8 13 0 5F 57 28 163 5A 1F
Octal 230 10 23 0 137 127 50 543 132 37
Binary 10011000 1000 10011 0 1011111 1010111 101000 101100011 1011010 11111

Color Harmonies of #980813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980813

Black with #980813

Text Example


Text Example

White with #980813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980813; }

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

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

background-color css

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

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

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

border-color css

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

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

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