Html Css Color HEX #950127 Carmine

📋 copy color: '#950127'

red 149 ◦ green 1 ◦ blue 39

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

Shades of Carmine #950127

Tints of Carmine #950127

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.53%

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

R = 78.84%
G = 0.53%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.42

RGB Variations

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

Color information

#950127 (or 0x950127) is known color: Carmine. HEX triplet: 95, 01 and 27. RGB value is (149,1,39). Sum of RGB (Red+Green+Blue) = 149+1+39=189 (25% of max value = 765). Red value is 149 (58.59% from 255 or 78.84% from 189); Green value is 1 (0.78% from 255 or 0.53% from 189); Blue value is 39 (15.62% from 255 or 20.63% from 189); Max value from RGB is 149 - color contains mainly: red. Hex color #950127 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950127 is #6AFED8. Grayscale: #313131. Windows color (decimal): -7012057 or 2556309. OLE color: 2556309.

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

Color convert

RGB 149 1 39 -
CMYK 0 0.99 0.74 0.42
HSL 344.59º 0.99% 0.29% -
HSV(B) 344.59º 0.99% 0.58% -
XYZ 12.77 6.56 2.51 -
YUV 49.58 122.03 198.91 -
System Red Green Blue C M Y K H S L
Decimal 149 1 39 0 0.99 0.74 0.42 344.59 0.99 0.29
Hex 95 1 27 0 63 4A 2A 159 63 1D
Octal 225 1 47 0 143 112 52 531 143 35
Binary 10010101 1 100111 0 1100011 1001010 101010 101011001 1100011 11101

Color Harmonies of #950127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950127

Black with #950127

Text Example


Text Example

White with #950127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950127; }

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

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

background-color css

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

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

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

border-color css

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

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

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