Html Css Color HEX #81395E Rose Bud Cherry

📋 copy color: '#81395E'

red 129 ◦ green 57 ◦ blue 94

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

Shades of Rose Bud Cherry #81395E

Tints of Rose Bud Cherry #81395E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.36%

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

R = 46.07%
G = 20.36%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#81395E (or 0x81395E) is known color: Rose Bud Cherry. HEX triplet: 81, 39 and 5E. RGB value is (129,57,94). Sum of RGB (Red+Green+Blue) = 129+57+94=280 (37% of max value = 765). Red value is 129 (50.78% from 255 or 46.07% from 280); Green value is 57 (22.66% from 255 or 20.36% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 129 - color contains mainly: red. Hex color #81395E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81395E is #7EC6A1. Grayscale: #525252. Windows color (decimal): -8308386 or 6175105. OLE color: 6175105.

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

Color convert

RGB 129 57 94 -
CMYK 0 0.56 0.27 0.49
HSL 329.17º 0.39% 0.36% -
HSV(B) 329.17º 0.56% 0.51% -
XYZ 12.54 8.4 11.55 -
YUV 82.75 134.35 160.99 -
System Red Green Blue C M Y K H S L
Decimal 129 57 94 0 0.56 0.27 0.49 329.17 0.39 0.36
Hex 81 39 5E 0 38 1B 31 149 27 24
Octal 201 71 136 0 70 33 61 511 47 44
Binary 10000001 111001 1011110 0 111000 11011 110001 101001001 100111 100100

Color Harmonies of #81395E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81395E

Black with #81395E

Text Example


Text Example

White with #81395E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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