Html Css Color HEX #8F0625 Carmine

📋 copy color: '#8F0625'

red 143 ◦ green 6 ◦ blue 37

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

Shades of Carmine #8F0625

Tints of Carmine #8F0625

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.23%

 BLUE value IS 37 (14.84% from 255) = 19.89%

R = 76.88%
G = 3.23%
B = 19.89%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.74

 K value IS 0.44

RGB Variations

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

Color information

#8F0625 (or 0x8F0625) is known color: Carmine. HEX triplet: 8F, 06 and 25. RGB value is (143,6,37). Sum of RGB (Red+Green+Blue) = 143+6+37=186 (24% of max value = 765). Red value is 143 (56.25% from 255 or 76.88% from 186); Green value is 6 (2.73% from 255 or 3.23% from 186); Blue value is 37 (14.84% from 255 or 19.89% from 186); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0625 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0625 is #70F9DA. Grayscale: #323232. Windows color (decimal): -7403995 or 2426511. OLE color: 2426511.

HSL color Cylindrical-coordinate representation of color #8F0625: hue angle of 346.42º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0625 is Cyan = 0, Magento = 0.96, Yellow = 0.74 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 37 -
CMYK 0 0.96 0.74 0.44
HSL 346.42º 0.92% 0.29% -
HSV(B) 346.42º 0.96% 0.56% -
XYZ 11.73 6.1 2.31 -
YUV 50.5 120.39 193.98 -
System Red Green Blue C M Y K H S L
Decimal 143 6 37 0 0.96 0.74 0.44 346.42 0.92 0.29
Hex 8F 6 25 0 60 4A 2C 15A 5C 1D
Octal 217 6 45 0 140 112 54 532 134 35
Binary 10001111 110 100101 0 1100000 1001010 101100 101011010 1011100 11101

Color Harmonies of #8F0625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0625

Black with #8F0625

Text Example


Text Example

White with #8F0625

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,6,37); }

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

background-color css

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

 a { background-color: rgb(143,6,37); }

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

border-color css

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

 span { border-color: rgb(143,6,37); }

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