Html Css Color HEX #980817 Carmine

📋 copy color: '#980817'

red 152 ◦ green 8 ◦ blue 23

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

Shades of Carmine #980817

Tints of Carmine #980817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 12.57%

R = 83.06%
G = 4.37%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#980817 (or 0x980817) is known color: Carmine. HEX triplet: 98, 08 and 17. RGB value is (152,8,23). Sum of RGB (Red+Green+Blue) = 152+8+23=183 (24% of max value = 765). Red value is 152 (59.77% from 255 or 83.06% from 183); Green value is 8 (3.52% from 255 or 4.37% from 183); Blue value is 23 (9.38% from 255 or 12.57% from 183); Max value from RGB is 152 - color contains mainly: red. Hex color #980817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #980817 is #67F7E8. Grayscale: #343434. Windows color (decimal): -6813673 or 1509528. OLE color: 1509528.

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

Color convert

RGB 152 8 23 -
CMYK 0 0.95 0.85 0.40
HSL 353.75º 0.9% 0.31% -
HSV(B) 353.75º 0.95% 0.6% -
XYZ 13.19 6.91 1.45 -
YUV 52.77 111.21 198.78 -
System Red Green Blue C M Y K H S L
Decimal 152 8 23 0 0.95 0.85 0.40 353.75 0.9 0.31
Hex 98 8 17 0 5F 55 28 162 5A 1F
Octal 230 10 27 0 137 125 50 542 132 37
Binary 10011000 1000 10111 0 1011111 1010101 101000 101100010 1011010 11111

Color Harmonies of #980817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980817

Black with #980817

Text Example


Text Example

White with #980817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980817; }

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

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

background-color css

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

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

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

border-color css

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

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

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