Html Css Color HEX #8C2F67 Rose Bud Cherry

📋 copy color: '#8C2F67'

red 140 ◦ green 47 ◦ blue 103

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

Shades of Rose Bud Cherry #8C2F67

Tints of Rose Bud Cherry #8C2F67

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.21%

 BLUE value IS 103 (40.63% from 255) = 35.52%

R = 48.28%
G = 16.21%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8C2F67 (or 0x8C2F67) is known color: Rose Bud Cherry. HEX triplet: 8C, 2F and 67. RGB value is (140,47,103). Sum of RGB (Red+Green+Blue) = 140+47+103=290 (38% of max value = 765). Red value is 140 (55.08% from 255 or 48.28% from 290); Green value is 47 (18.75% from 255 or 16.21% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 140 - color contains mainly: red. Hex color #8C2F67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C2F67 is #73D098. Grayscale: #515151. Windows color (decimal): -7590041 or 6762380. OLE color: 6762380.

HSL color Cylindrical-coordinate representation of color #8C2F67: hue angle of 323.87º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8C2F67 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 47 103 -
CMYK 0 0.66 0.26 0.45
HSL 323.87º 0.5% 0.37% -
HSV(B) 323.87º 0.66% 0.55% -
XYZ 14.28 8.59 13.74 -
YUV 81.19 140.31 169.95 -
System Red Green Blue C M Y K H S L
Decimal 140 47 103 0 0.66 0.26 0.45 323.87 0.5 0.37
Hex 8C 2F 67 0 42 1A 2D 144 32 25
Octal 214 57 147 0 102 32 55 504 62 45
Binary 10001100 101111 1100111 0 1000010 11010 101101 101000100 110010 100101

Color Harmonies of #8C2F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C2F67

Black with #8C2F67

Text Example


Text Example

White with #8C2F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,47,103); }

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

background-color css

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

 a { background-color: rgb(140,47,103); }

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

border-color css

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

 span { border-color: rgb(140,47,103); }

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