Html Css Color HEX #81365A Rose Bud Cherry

📋 copy color: '#81365A'

red 129 ◦ green 54 ◦ blue 90

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

Shades of Rose Bud Cherry #81365A

Tints of Rose Bud Cherry #81365A

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.78%

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

R = 47.25%
G = 19.78%
B = 32.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#81365A (or 0x81365A) is known color: Rose Bud Cherry. HEX triplet: 81, 36 and 5A. RGB value is (129,54,90). Sum of RGB (Red+Green+Blue) = 129+54+90=273 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.25% from 273); Green value is 54 (21.48% from 255 or 19.78% from 273); Blue value is 90 (35.55% from 255 or 32.97% from 273); Max value from RGB is 129 - color contains mainly: red. Hex color #81365A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81365A is #7EC9A5. Grayscale: #505050. Windows color (decimal): -8309158 or 5912193. OLE color: 5912193.

HSL color Cylindrical-coordinate representation of color #81365A: hue angle of 331.2º degrees, saturation: 0.41, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #81365A is Cyan = 0, Magento = 0.58, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 90 -
CMYK 0 0.58 0.30 0.49
HSL 331.2º 0.41% 0.36% -
HSV(B) 331.2º 0.58% 0.51% -
XYZ 12.22 8.04 10.58 -
YUV 80.53 133.35 162.57 -
System Red Green Blue C M Y K H S L
Decimal 129 54 90 0 0.58 0.30 0.49 331.2 0.41 0.36
Hex 81 36 5A 0 3A 1E 31 14B 29 24
Octal 201 66 132 0 72 36 61 513 51 44
Binary 10000001 110110 1011010 0 111010 11110 110001 101001011 101001 100100

Color Harmonies of #81365A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81365A

Black with #81365A

Text Example


Text Example

White with #81365A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81365A; }

 p { color: rgb(129,54,90); }

 H1.HeaderClassName
 {
   color: #81365A;
 }
 .AnyTagClassName
 {
   color: #81365A;
 }
</style>

background-color css

<style>
 a { background-color: #81365A; }

 a { background-color: rgb(129,54,90); }

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

border-color css

<style>
 span { border-color: #81365A; }

 span { border-color: rgb(129,54,90); }

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