Html Css Color HEX #9E0827 Carmine

📋 copy color: '#9E0827'

red 158 ◦ green 8 ◦ blue 39

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

Shades of Carmine #9E0827

Tints of Carmine #9E0827

RGB

 RED value IS 158 (62.11% from 255) = 77.07%

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

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

R = 77.07%
G = 3.9%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9E0827 (or 0x9E0827) is known color: Carmine. HEX triplet: 9E, 08 and 27. RGB value is (158,8,39). Sum of RGB (Red+Green+Blue) = 158+8+39=205 (27% of max value = 765). Red value is 158 (62.11% from 255 or 77.07% from 205); Green value is 8 (3.52% from 255 or 3.90% from 205); Blue value is 39 (15.62% from 255 or 19.02% from 205); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0827 is #61F7D8. Grayscale: #383838. Windows color (decimal): -6420441 or 2558110. OLE color: 2558110.

HSL color Cylindrical-coordinate representation of color #9E0827: hue angle of 347.6º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0827 is Cyan = 0, Magento = 0.95, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 8 39 -
CMYK 0 0.95 0.75 0.38
HSL 347.6º 0.9% 0.33% -
HSV(B) 347.6º 0.95% 0.62% -
XYZ 14.55 7.59 2.62 -
YUV 56.38 118.2 200.48 -
System Red Green Blue C M Y K H S L
Decimal 158 8 39 0 0.95 0.75 0.38 347.6 0.9 0.33
Hex 9E 8 27 0 5F 4B 26 15C 5A 21
Octal 236 10 47 0 137 113 46 534 132 41
Binary 10011110 1000 100111 0 1011111 1001011 100110 101011100 1011010 100001

Color Harmonies of #9E0827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E0827

Black with #9E0827

Text Example


Text Example

White with #9E0827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9E0827; }

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

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

background-color css

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

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

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

border-color css

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

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

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