Html Css Color HEX #970713 Carmine

📋 copy color: '#970713'

red 151 ◦ green 7 ◦ blue 19

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

Shades of Carmine #970713

Tints of Carmine #970713

RGB

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

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

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

R = 85.31%
G = 3.95%
B = 10.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.41

RGB Variations

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

Color information

#970713 (or 0x970713) is known color: Carmine. HEX triplet: 97, 07 and 13. RGB value is (151,7,19). Sum of RGB (Red+Green+Blue) = 151+7+19=177 (23% of max value = 765). Red value is 151 (59.38% from 255 or 85.31% from 177); Green value is 7 (3.12% from 255 or 3.95% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 151 - color contains mainly: red. Hex color #970713 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #970713 is #68F8EC. Grayscale: #333333. Windows color (decimal): -6879469 or 1247127. OLE color: 1247127.

HSL color Cylindrical-coordinate representation of color #970713: hue angle of 355º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #970713 is Cyan = 0, Magento = 0.95, Yellow = 0.87 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 7 19 -
CMYK 0 0.95 0.87 0.41
HSL 355º 0.91% 0.31% -
HSV(B) 355º 0.95% 0.59% -
XYZ 12.96 6.78 1.24 -
YUV 51.42 109.71 199.02 -
System Red Green Blue C M Y K H S L
Decimal 151 7 19 0 0.95 0.87 0.41 355 0.91 0.31
Hex 97 7 13 0 5F 57 29 163 5B 1F
Octal 227 7 23 0 137 127 51 543 133 37
Binary 10010111 111 10011 0 1011111 1010111 101001 101100011 1011011 11111

Color Harmonies of #970713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #970713

Black with #970713

Text Example


Text Example

White with #970713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #970713; }

 p { color: rgb(151,7,19); }

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

background-color css

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

 a { background-color: rgb(151,7,19); }

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

border-color css

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

 span { border-color: rgb(151,7,19); }

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