Html Css Color HEX #950817 Carmine

📋 copy color: '#950817'

red 149 ◦ green 8 ◦ blue 23

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

Shades of Carmine #950817

Tints of Carmine #950817

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.44%

 BLUE value IS 23 (9.38% from 255) = 12.78%

R = 82.78%
G = 4.44%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.85

 K value IS 0.42

RGB Variations

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

Color information

#950817 (or 0x950817) is known color: Carmine. HEX triplet: 95, 08 and 17. RGB value is (149,8,23). Sum of RGB (Red+Green+Blue) = 149+8+23=180 (23% of max value = 765). Red value is 149 (58.59% from 255 or 82.78% from 180); Green value is 8 (3.52% from 255 or 4.44% from 180); Blue value is 23 (9.38% from 255 or 12.78% from 180); Max value from RGB is 149 - color contains mainly: red. Hex color #950817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #950817 is #6AF7E8. Grayscale: #333333. Windows color (decimal): -7010281 or 1509525. OLE color: 1509525.

HSL color Cylindrical-coordinate representation of color #950817: hue angle of 353.62º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #950817 is Cyan = 0, Magento = 0.95, Yellow = 0.85 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 23 -
CMYK 0 0.95 0.85 0.42
HSL 353.62º 0.9% 0.31% -
HSV(B) 353.62º 0.95% 0.58% -
XYZ 12.64 6.63 1.42 -
YUV 51.87 111.71 197.28 -
System Red Green Blue C M Y K H S L
Decimal 149 8 23 0 0.95 0.85 0.42 353.62 0.9 0.31
Hex 95 8 17 0 5F 55 2A 162 5A 1F
Octal 225 10 27 0 137 125 52 542 132 37
Binary 10010101 1000 10111 0 1011111 1010101 101010 101100010 1011010 11111

Color Harmonies of #950817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950817

Black with #950817

Text Example


Text Example

White with #950817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950817; }

 p { color: rgb(149,8,23); }

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

background-color css

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

 a { background-color: rgb(149,8,23); }

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

border-color css

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

 span { border-color: rgb(149,8,23); }

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