Html Css Color HEX #8F134C Rose Bud Cherry

📋 copy color: '#8F134C'

red 143 ◦ green 19 ◦ blue 76

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

Shades of Rose Bud Cherry #8F134C

Tints of Rose Bud Cherry #8F134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

 BLUE value IS 76 (30.08% from 255) = 31.93%

R = 60.08%
G = 7.98%
B = 31.93%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.47

 K value IS 0.44

RGB Variations

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

Color information

#8F134C (or 0x8F134C) is known color: Rose Bud Cherry. HEX triplet: 8F, 13 and 4C. RGB value is (143,19,76). Sum of RGB (Red+Green+Blue) = 143+19+76=238 (31% of max value = 765). Red value is 143 (56.25% from 255 or 60.08% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 76 (30.08% from 255 or 31.93% from 238); Max value from RGB is 143 - color contains mainly: red. Hex color #8F134C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F134C is #70ECB3. Grayscale: #3E3E3E. Windows color (decimal): -7400628 or 4985743. OLE color: 4985743.

HSL color Cylindrical-coordinate representation of color #8F134C: hue angle of 332.42º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F134C is Cyan = 0, Magento = 0.87, Yellow = 0.47 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 19 76 -
CMYK 0 0.87 0.47 0.44
HSL 332.42º 0.77% 0.32% -
HSV(B) 332.42º 0.87% 0.56% -
XYZ 12.87 6.83 7.48 -
YUV 62.57 135.58 185.37 -
System Red Green Blue C M Y K H S L
Decimal 143 19 76 0 0.87 0.47 0.44 332.42 0.77 0.32
Hex 8F 13 4C 0 57 2F 2C 14C 4D 20
Octal 217 23 114 0 127 57 54 514 115 40
Binary 10001111 10011 1001100 0 1010111 101111 101100 101001100 1001101 100000

Color Harmonies of #8F134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F134C

Black with #8F134C

Text Example


Text Example

White with #8F134C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,19,76); }

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

background-color css

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

 a { background-color: rgb(143,19,76); }

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

border-color css

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

 span { border-color: rgb(143,19,76); }

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