Html Css Color HEX #971029 Carmine

📋 copy color: '#971029'

red 151 ◦ green 16 ◦ blue 41

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

Shades of Carmine #971029

Tints of Carmine #971029

RGB

 RED value IS 151 (59.38% from 255) = 72.6%

 GREEN value IS 16 (6.64% from 255) = 7.69%

 BLUE value IS 41 (16.41% from 255) = 19.71%

R = 72.6%
G = 7.69%
B = 19.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#971029 (or 0x971029) is known color: Carmine. HEX triplet: 97, 10 and 29. RGB value is (151,16,41). Sum of RGB (Red+Green+Blue) = 151+16+41=208 (27% of max value = 765). Red value is 151 (59.38% from 255 or 72.60% from 208); Green value is 16 (6.64% from 255 or 7.69% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 151 - color contains mainly: red. Hex color #971029 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #971029 is #68EFD6. Grayscale: #3B3B3B. Windows color (decimal): -6877143 or 2691223. OLE color: 2691223.

HSL color Cylindrical-coordinate representation of color #971029: hue angle of 348.89º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971029 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 41 -
CMYK 0 0.89 0.73 0.41
HSL 348.89º 0.81% 0.33% -
HSV(B) 348.89º 0.89% 0.59% -
XYZ 13.35 7.11 2.77 -
YUV 59.22 117.73 193.47 -
System Red Green Blue C M Y K H S L
Decimal 151 16 41 0 0.89 0.73 0.41 348.89 0.81 0.33
Hex 97 10 29 0 59 49 29 15D 51 21
Octal 227 20 51 0 131 111 51 535 121 41
Binary 10010111 10000 101001 0 1011001 1001001 101001 101011101 1010001 100001

Color Harmonies of #971029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971029

Black with #971029

Text Example


Text Example

White with #971029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971029; }

 p { color: rgb(151,16,41); }

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

background-color css

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

 a { background-color: rgb(151,16,41); }

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

border-color css

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

 span { border-color: rgb(151,16,41); }

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