Html Css Color HEX #7F235A Rose Bud Cherry

📋 copy color: '#7F235A'

red 127 ◦ green 35 ◦ blue 90

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

Shades of Rose Bud Cherry #7F235A

Tints of Rose Bud Cherry #7F235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.89%

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 50.4%
G = 13.89%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.29

 K value IS 0.50

RGB Variations

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

Color information

#7F235A (or 0x7F235A) is known color: Rose Bud Cherry. HEX triplet: 7F, 23 and 5A. RGB value is (127,35,90). Sum of RGB (Red+Green+Blue) = 127+35+90=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 35 (14.06% from 255 or 13.89% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F235A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F235A is #80DCA5. Grayscale: #444444. Windows color (decimal): -8445094 or 5907327. OLE color: 5907327.

HSL color Cylindrical-coordinate representation of color #7F235A: hue angle of 324.13º degrees, saturation: 0.57, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7F235A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 35 90 -
CMYK 0 0.72 0.29 0.50
HSL 324.13º 0.57% 0.32% -
HSV(B) 324.13º 0.72% 0.5% -
XYZ 11.2 6.45 10.33 -
YUV 68.78 139.98 169.53 -
System Red Green Blue C M Y K H S L
Decimal 127 35 90 0 0.72 0.29 0.50 324.13 0.57 0.32
Hex 7F 23 5A 0 48 1D 32 144 39 20
Octal 177 43 132 0 110 35 62 504 71 40
Binary 1111111 100011 1011010 0 1001000 11101 110010 101000100 111001 100000

Color Harmonies of #7F235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F235A

Black with #7F235A

Text Example


Text Example

White with #7F235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,35,90); }

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

background-color css

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

 a { background-color: rgb(127,35,90); }

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

border-color css

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

 span { border-color: rgb(127,35,90); }

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