Html Css Color HEX #980631 Carmine

📋 copy color: '#980631'

red 152 ◦ green 6 ◦ blue 49

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

Shades of Carmine #980631

Tints of Carmine #980631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.9%

 BLUE value IS 49 (19.53% from 255) = 23.67%

R = 73.43%
G = 2.9%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.68

 K value IS 0.40

RGB Variations

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

Color information

#980631 (or 0x980631) is known color: Carmine. HEX triplet: 98, 06 and 31. RGB value is (152,6,49). Sum of RGB (Red+Green+Blue) = 152+6+49=207 (27% of max value = 765). Red value is 152 (59.77% from 255 or 73.43% from 207); Green value is 6 (2.73% from 255 or 2.90% from 207); Blue value is 49 (19.53% from 255 or 23.67% from 207); Max value from RGB is 152 - color contains mainly: red. Hex color #980631 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980631 is #67F9CE. Grayscale: #363636. Windows color (decimal): -6814159 or 3212952. OLE color: 3212952.

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

Color convert

RGB 152 6 49 -
CMYK 0 0.96 0.68 0.40
HSL 342.33º 0.92% 0.31% -
HSV(B) 342.33º 0.96% 0.6% -
XYZ 13.57 7.03 3.55 -
YUV 54.56 124.87 197.5 -
System Red Green Blue C M Y K H S L
Decimal 152 6 49 0 0.96 0.68 0.40 342.33 0.92 0.31
Hex 98 6 31 0 60 44 28 156 5C 1F
Octal 230 6 61 0 140 104 50 526 134 37
Binary 10011000 110 110001 0 1100000 1000100 101000 101010110 1011100 11111

Color Harmonies of #980631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980631

Black with #980631

Text Example


Text Example

White with #980631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980631; }

 p { color: rgb(152,6,49); }

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

background-color css

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

 a { background-color: rgb(152,6,49); }

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

border-color css

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

 span { border-color: rgb(152,6,49); }

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