Html Css Color HEX #81255E Rose Bud Cherry

📋 copy color: '#81255E'

red 129 ◦ green 37 ◦ blue 94

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

Shades of Rose Bud Cherry #81255E

Tints of Rose Bud Cherry #81255E

RGB

 RED value IS 129 (50.78% from 255) = 49.62%

 GREEN value IS 37 (14.84% from 255) = 14.23%

 BLUE value IS 94 (37.11% from 255) = 36.15%

R = 49.62%
G = 14.23%
B = 36.15%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#81255E (or 0x81255E) is known color: Rose Bud Cherry. HEX triplet: 81, 25 and 5E. RGB value is (129,37,94). Sum of RGB (Red+Green+Blue) = 129+37+94=260 (34% of max value = 765). Red value is 129 (50.78% from 255 or 49.62% from 260); Green value is 37 (14.84% from 255 or 14.23% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 129 - color contains mainly: red. Hex color #81255E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81255E is #7EDAA1. Grayscale: #464646. Windows color (decimal): -8313506 or 6169985. OLE color: 6169985.

HSL color Cylindrical-coordinate representation of color #81255E: hue angle of 322.83º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #81255E is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 37 94 -
CMYK 0 0.71 0.27 0.49
HSL 322.83º 0.55% 0.33% -
HSV(B) 322.83º 0.71% 0.51% -
XYZ 11.74 6.8 11.28 -
YUV 71.01 140.98 169.37 -
System Red Green Blue C M Y K H S L
Decimal 129 37 94 0 0.71 0.27 0.49 322.83 0.55 0.33
Hex 81 25 5E 0 47 1B 31 143 37 21
Octal 201 45 136 0 107 33 61 503 67 41
Binary 10000001 100101 1011110 0 1000111 11011 110001 101000011 110111 100001

Color Harmonies of #81255E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81255E

Black with #81255E

Text Example


Text Example

White with #81255E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81255E; }

 p { color: rgb(129,37,94); }

 H1.HeaderClassName
 {
   color: #81255E;
 }
 .AnyTagClassName
 {
   color: #81255E;
 }
</style>

background-color css

<style>
 a { background-color: #81255E; }

 a { background-color: rgb(129,37,94); }

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

border-color css

<style>
 span { border-color: #81255E; }

 span { border-color: rgb(129,37,94); }

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