#950827

Color #950827 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #950827

Tints of Carmine #950827

Color information

#950827 (or 0x950827) is unknown color: approx Carmine. HEX triplet: 95, 08 and 27. RGB value is (149,8,39). Sum of RGB (Red+Green+Blue) = 149+8+39=196 (25% of max value = 765). Red value is 149 (58.59% from 255 or 76.02% from 196); Green value is 8 (3.52% from 255 or 4.08% from 196); Blue value is 39 (15.62% from 255 or 19.90% from 196); Max value from RGB is 149 - color contains mainly: red. Hex color #950827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950827 is #6AF7D8. Grayscale: #353535. Windows color (decimal): -7010265 or 2558101. OLE color: 2558101.

HSL color Cylindrical-coordinate representation of color #950827: hue angle of 346.81º 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 #950827 is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB149839-
CMYK00.950.740.42
HSL346.81º89.81%30.78%-
HSV(B)346.81º94.63%58.43%-
XYZ12.856.712.54-
YUV53.69119.71195.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 76.02%
GREEN value IS 8 (3.52% from 255) = 4.08%
BLUE value IS 39 (15.62% from 255) = 19.90%
R=76.02%
G=4.08%
B=19.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14983900.950.740.42346.8189.8130.78
Hex9582705F4A2A15b5a1f
Octal225104701371125253313237
Binary100101011000100111010111111001010101010101011011101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950827; }

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

 H1.HeaderClassName
 {
   color: #950827;
 }
 .AnyTagClassName
 {
   color: #950827;
 }
</style>
background-color css

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

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

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

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

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

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