Html Css Color HEX #8F0922 Carmine

📋 copy color: '#8F0922'

red 143 ◦ green 9 ◦ blue 34

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

Shades of Carmine #8F0922

Tints of Carmine #8F0922

RGB

 RED value IS 143 (56.25% from 255) = 76.88%

 GREEN value IS 9 (3.91% from 255) = 4.84%

 BLUE value IS 34 (13.67% from 255) = 18.28%

R = 76.88%
G = 4.84%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.76

 K value IS 0.44

RGB Variations

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

Color information

#8F0922 (or 0x8F0922) is known color: Carmine. HEX triplet: 8F, 09 and 22. RGB value is (143,9,34). Sum of RGB (Red+Green+Blue) = 143+9+34=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 9 (3.91% from 255 or 4.84% from 186); Blue value is 34 (13.67% from 255 or 18.28% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0922 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0922 is #70F6DD. Grayscale: #333333. Windows color (decimal): -7403230 or 2230671. OLE color: 2230671.

HSL color Cylindrical-coordinate representation of color #8F0922: hue angle of 348.81º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0922 is Cyan = 0, Magento = 0.94, Yellow = 0.76 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 9 34 -
CMYK 0 0.94 0.76 0.44
HSL 348.81º 0.88% 0.3% -
HSV(B) 348.81º 0.94% 0.56% -
XYZ 11.71 6.15 2.08 -
YUV 51.92 117.89 192.97 -
System Red Green Blue C M Y K H S L
Decimal 143 9 34 0 0.94 0.76 0.44 348.81 0.88 0.3
Hex 8F 9 22 0 5E 4C 2C 15D 58 1E
Octal 217 11 42 0 136 114 54 535 130 36
Binary 10001111 1001 100010 0 1011110 1001100 101100 101011101 1011000 11110

Color Harmonies of #8F0922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0922

Black with #8F0922

Text Example


Text Example

White with #8F0922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F0922; }

 p { color: rgb(143,9,34); }

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

background-color css

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

 a { background-color: rgb(143,9,34); }

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

border-color css

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

 span { border-color: rgb(143,9,34); }

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