Html Css Color HEX #951127 Carmine

📋 copy color: '#951127'

red 149 ◦ green 17 ◦ blue 39

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

Shades of Carmine #951127

Tints of Carmine #951127

RGB

 RED value IS 149 (58.59% from 255) = 72.68%

 GREEN value IS 17 (7.03% from 255) = 8.29%

 BLUE value IS 39 (15.63% from 255) = 19.02%

R = 72.68%
G = 8.29%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#951127 (or 0x951127) is known color: Carmine. HEX triplet: 95, 11 and 27. RGB value is (149,17,39). Sum of RGB (Red+Green+Blue) = 149+17+39=205 (27% of max value = 765). Red value is 149 (58.59% from 255 or 72.68% from 205); Green value is 17 (7.03% from 255 or 8.29% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 149 - color contains mainly: red. Hex color #951127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #951127 is #6AEED8. Grayscale: #3B3B3B. Windows color (decimal): -7007961 or 2560405. OLE color: 2560405.

HSL color Cylindrical-coordinate representation of color #951127: hue angle of 350º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951127 is Cyan = 0, Magento = 0.89, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 39 -
CMYK 0 0.89 0.74 0.42
HSL 350º 0.8% 0.33% -
HSV(B) 350º 0.89% 0.58% -
XYZ 12.96 6.94 2.58 -
YUV 58.98 116.73 192.21 -
System Red Green Blue C M Y K H S L
Decimal 149 17 39 0 0.89 0.74 0.42 350 0.8 0.33
Hex 95 11 27 0 59 4A 2A 15E 50 21
Octal 225 21 47 0 131 112 52 536 120 41
Binary 10010101 10001 100111 0 1011001 1001010 101010 101011110 1010000 100001

Color Harmonies of #951127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951127

Black with #951127

Text Example


Text Example

White with #951127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951127; }

 p { color: rgb(149,17,39); }

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

background-color css

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

 a { background-color: rgb(149,17,39); }

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

border-color css

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

 span { border-color: rgb(149,17,39); }

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