Html Css Color HEX #7F295B Rose Bud Cherry

📋 copy color: '#7F295B'

red 127 ◦ green 41 ◦ blue 91

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

Shades of Rose Bud Cherry #7F295B

Tints of Rose Bud Cherry #7F295B

RGB

 RED value IS 127 (50% from 255) = 49.03%

 GREEN value IS 41 (16.41% from 255) = 15.83%

 BLUE value IS 91 (35.94% from 255) = 35.14%

R = 49.03%
G = 15.83%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#7F295B (or 0x7F295B) is known color: Rose Bud Cherry. HEX triplet: 7F, 29 and 5B. RGB value is (127,41,91). Sum of RGB (Red+Green+Blue) = 127+41+91=259 (34% of max value = 765). Red value is 127 (50% from 255 or 49.03% from 259); Green value is 41 (16.41% from 255 or 15.83% from 259); Blue value is 91 (35.94% from 255 or 35.14% from 259); Max value from RGB is 127 - color contains mainly: red. Hex color #7F295B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F295B is #80D6A4. Grayscale: #484848. Windows color (decimal): -8443557 or 5974399. OLE color: 5974399.

HSL color Cylindrical-coordinate representation of color #7F295B: hue angle of 325.12º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7F295B is Cyan = 0, Magento = 0.68, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 41 91 -
CMYK 0 0.68 0.28 0.50
HSL 325.12º 0.51% 0.33% -
HSV(B) 325.12º 0.68% 0.5% -
XYZ 11.43 6.85 10.62 -
YUV 72.41 138.49 166.93 -
System Red Green Blue C M Y K H S L
Decimal 127 41 91 0 0.68 0.28 0.50 325.12 0.51 0.33
Hex 7F 29 5B 0 44 1C 32 145 33 21
Octal 177 51 133 0 104 34 62 505 63 41
Binary 1111111 101001 1011011 0 1000100 11100 110010 101000101 110011 100001

Color Harmonies of #7F295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F295B

Black with #7F295B

Text Example


Text Example

White with #7F295B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F295B; }

 p { color: rgb(127,41,91); }

 H1.HeaderClassName
 {
   color: #7F295B;
 }
 .AnyTagClassName
 {
   color: #7F295B;
 }
</style>

background-color css

<style>
 a { background-color: #7F295B; }

 a { background-color: rgb(127,41,91); }

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

border-color css

<style>
 span { border-color: #7F295B; }

 span { border-color: rgb(127,41,91); }

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