Html Css Color HEX #980722 Carmine

📋 copy color: '#980722'

red 152 ◦ green 7 ◦ blue 34

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

Shades of Carmine #980722

Tints of Carmine #980722

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 17.62%

R = 78.76%
G = 3.63%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.78

 K value IS 0.40

RGB Variations

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

Color information

#980722 (or 0x980722) is known color: Carmine. HEX triplet: 98, 07 and 22. RGB value is (152,7,34). Sum of RGB (Red+Green+Blue) = 152+7+34=193 (25% of max value = 765). Red value is 152 (59.77% from 255 or 78.76% from 193); Green value is 7 (3.12% from 255 or 3.63% from 193); Blue value is 34 (13.67% from 255 or 17.62% from 193); Max value from RGB is 152 - color contains mainly: red. Hex color #980722 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980722 is #67F8DD. Grayscale: #353535. Windows color (decimal): -6813918 or 2230168. OLE color: 2230168.

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

Color convert

RGB 152 7 34 -
CMYK 0 0.95 0.78 0.40
HSL 348.83º 0.91% 0.31% -
HSV(B) 348.83º 0.95% 0.6% -
XYZ 13.31 6.94 2.15 -
YUV 53.43 117.04 198.3 -
System Red Green Blue C M Y K H S L
Decimal 152 7 34 0 0.95 0.78 0.40 348.83 0.91 0.31
Hex 98 7 22 0 5F 4E 28 15D 5B 1F
Octal 230 7 42 0 137 116 50 535 133 37
Binary 10011000 111 100010 0 1011111 1001110 101000 101011101 1011011 11111

Color Harmonies of #980722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980722

Black with #980722

Text Example


Text Example

White with #980722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980722; }

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

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

background-color css

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

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

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

border-color css

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

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

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