Html Css Color HEX #812953 Rose Bud Cherry

📋 copy color: '#812953'

red 129 ◦ green 41 ◦ blue 83

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

Shades of Rose Bud Cherry #812953

Tints of Rose Bud Cherry #812953

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.21%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 50.99%
G = 16.21%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#812953 (or 0x812953) is known color: Rose Bud Cherry. HEX triplet: 81, 29 and 53. RGB value is (129,41,83). Sum of RGB (Red+Green+Blue) = 129+41+83=253 (33% of max value = 765). Red value is 129 (50.78% from 255 or 50.99% from 253); Green value is 41 (16.41% from 255 or 16.21% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 129 - color contains mainly: red. Hex color #812953 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812953 is #7ED6AC. Grayscale: #484848. Windows color (decimal): -8312493 or 5450113. OLE color: 5450113.

HSL color Cylindrical-coordinate representation of color #812953: hue angle of 331.36º degrees, saturation: 0.52, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #812953 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 41 83 -
CMYK 0 0.68 0.36 0.49
HSL 331.36º 0.52% 0.33% -
HSV(B) 331.36º 0.68% 0.51% -
XYZ 11.41 6.88 8.91 -
YUV 72.1 134.15 168.58 -
System Red Green Blue C M Y K H S L
Decimal 129 41 83 0 0.68 0.36 0.49 331.36 0.52 0.33
Hex 81 29 53 0 44 24 31 14B 34 21
Octal 201 51 123 0 104 44 61 513 64 41
Binary 10000001 101001 1010011 0 1000100 100100 110001 101001011 110100 100001

Color Harmonies of #812953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812953

Black with #812953

Text Example


Text Example

White with #812953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812953; }

 p { color: rgb(129,41,83); }

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

background-color css

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

 a { background-color: rgb(129,41,83); }

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

border-color css

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

 span { border-color: rgb(129,41,83); }

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