Html Css Color HEX #81365B Rose Bud Cherry

📋 copy color: '#81365B'

red 129 ◦ green 54 ◦ blue 91

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

Shades of Rose Bud Cherry #81365B

Tints of Rose Bud Cherry #81365B

RGB

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

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

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

R = 47.08%
G = 19.71%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#81365B (or 0x81365B) is known color: Rose Bud Cherry. HEX triplet: 81, 36 and 5B. RGB value is (129,54,91). Sum of RGB (Red+Green+Blue) = 129+54+91=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 54 (21.48% from 255 or 19.71% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81365B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81365B is #7EC9A4. Grayscale: #505050. Windows color (decimal): -8309157 or 5977729. OLE color: 5977729.

HSL color Cylindrical-coordinate representation of color #81365B: hue angle of 330.4º 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 #81365B is Cyan = 0, Magento = 0.58, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 54 91 -
CMYK 0 0.58 0.29 0.49
HSL 330.4º 0.41% 0.36% -
HSV(B) 330.4º 0.58% 0.51% -
XYZ 12.26 8.06 10.81 -
YUV 80.64 133.85 162.49 -
System Red Green Blue C M Y K H S L
Decimal 129 54 91 0 0.58 0.29 0.49 330.4 0.41 0.36
Hex 81 36 5B 0 3A 1D 31 14A 29 24
Octal 201 66 133 0 72 35 61 512 51 44
Binary 10000001 110110 1011011 0 111010 11101 110001 101001010 101001 100100

Color Harmonies of #81365B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81365B

Black with #81365B

Text Example


Text Example

White with #81365B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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