Html Css Color HEX #81375D Rose Bud Cherry

📋 copy color: '#81375D'

red 129 ◦ green 55 ◦ blue 93

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

Shades of Rose Bud Cherry #81375D

Tints of Rose Bud Cherry #81375D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.86%

 BLUE value IS 93 (36.72% from 255) = 33.57%

R = 46.57%
G = 19.86%
B = 33.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#81375D (or 0x81375D) is known color: Rose Bud Cherry. HEX triplet: 81, 37 and 5D. RGB value is (129,55,93). Sum of RGB (Red+Green+Blue) = 129+55+93=277 (36% of max value = 765). Red value is 129 (50.78% from 255 or 46.57% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 93 (36.72% from 255 or 33.57% from 277); Max value from RGB is 129 - color contains mainly: red. Hex color #81375D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81375D is #7EC8A2. Grayscale: #515151. Windows color (decimal): -8308899 or 6109057. OLE color: 6109057.

HSL color Cylindrical-coordinate representation of color #81375D: hue angle of 329.19º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #81375D is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 93 -
CMYK 0 0.57 0.28 0.49
HSL 329.19º 0.4% 0.36% -
HSV(B) 329.19º 0.57% 0.51% -
XYZ 12.4 8.19 11.28 -
YUV 81.46 134.52 161.91 -
System Red Green Blue C M Y K H S L
Decimal 129 55 93 0 0.57 0.28 0.49 329.19 0.4 0.36
Hex 81 37 5D 0 39 1C 31 149 28 24
Octal 201 67 135 0 71 34 61 511 50 44
Binary 10000001 110111 1011101 0 111001 11100 110001 101001001 101000 100100

Color Harmonies of #81375D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81375D

Black with #81375D

Text Example


Text Example

White with #81375D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #81375D; }

 p { color: rgb(129,55,93); }

 H1.HeaderClassName
 {
   color: #81375D;
 }
 .AnyTagClassName
 {
   color: #81375D;
 }
</style>

background-color css

<style>
 a { background-color: #81375D; }

 a { background-color: rgb(129,55,93); }

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

border-color css

<style>
 span { border-color: #81375D; }

 span { border-color: rgb(129,55,93); }

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