Html Css Color HEX #8C124B Rose Bud Cherry

📋 copy color: '#8C124B'

red 140 ◦ green 18 ◦ blue 75

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

Shades of Rose Bud Cherry #8C124B

Tints of Rose Bud Cherry #8C124B

RGB

 RED value IS 140 (55.08% from 255) = 60.09%

 GREEN value IS 18 (7.42% from 255) = 7.73%

 BLUE value IS 75 (29.69% from 255) = 32.19%

R = 60.09%
G = 7.73%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.46

 K value IS 0.45

RGB Variations

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

Color information

#8C124B (or 0x8C124B) is known color: Rose Bud Cherry. HEX triplet: 8C, 12 and 4B. RGB value is (140,18,75). Sum of RGB (Red+Green+Blue) = 140+18+75=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 75 (29.69% from 255 or 32.19% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8C124B is #73EDB4. Grayscale: #3C3C3C. Windows color (decimal): -7597493 or 4919948. OLE color: 4919948.

HSL color Cylindrical-coordinate representation of color #8C124B: hue angle of 331.97º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8C124B is Cyan = 0, Magento = 0.87, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 18 75 -
CMYK 0 0.87 0.46 0.45
HSL 331.97º 0.77% 0.31% -
HSV(B) 331.97º 0.87% 0.55% -
XYZ 12.3 6.52 7.27 -
YUV 60.98 135.92 184.37 -
System Red Green Blue C M Y K H S L
Decimal 140 18 75 0 0.87 0.46 0.45 331.97 0.77 0.31
Hex 8C 12 4B 0 57 2E 2D 14C 4D 1F
Octal 214 22 113 0 127 56 55 514 115 37
Binary 10001100 10010 1001011 0 1010111 101110 101101 101001100 1001101 11111

Color Harmonies of #8C124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C124B

Black with #8C124B

Text Example


Text Example

White with #8C124B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,18,75); }

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

background-color css

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

 a { background-color: rgb(140,18,75); }

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

border-color css

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

 span { border-color: rgb(140,18,75); }

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