Html Css Color HEX #81375A Rose Bud Cherry

📋 copy color: '#81375A'

red 129 ◦ green 55 ◦ blue 90

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

Shades of Rose Bud Cherry #81375A

Tints of Rose Bud Cherry #81375A

RGB

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

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

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

R = 47.08%
G = 20.07%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#81375A (or 0x81375A) is known color: Rose Bud Cherry. HEX triplet: 81, 37 and 5A. RGB value is (129,55,90). Sum of RGB (Red+Green+Blue) = 129+55+90=274 (36% of max value = 765). Red value is 129 (50.78% from 255 or 47.08% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 129 - color contains mainly: red. Hex color #81375A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #81375A is #7EC8A5. Grayscale: #515151. Windows color (decimal): -8308902 or 5912449. OLE color: 5912449.

HSL color Cylindrical-coordinate representation of color #81375A: hue angle of 331.62º 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 #81375A is Cyan = 0, Magento = 0.57, Yellow = 0.30 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 55 90 -
CMYK 0 0.57 0.30 0.49
HSL 331.62º 0.4% 0.36% -
HSV(B) 331.62º 0.57% 0.51% -
XYZ 12.26 8.14 10.6 -
YUV 81.12 133.02 162.15 -
System Red Green Blue C M Y K H S L
Decimal 129 55 90 0 0.57 0.30 0.49 331.62 0.4 0.36
Hex 81 37 5A 0 39 1E 31 14C 28 24
Octal 201 67 132 0 71 36 61 514 50 44
Binary 10000001 110111 1011010 0 111001 11110 110001 101001100 101000 100100

Color Harmonies of #81375A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81375A

Black with #81375A

Text Example


Text Example

White with #81375A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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