Html Css Color HEX #812353 Rose Bud Cherry

📋 copy color: '#812353'

red 129 ◦ green 35 ◦ blue 83

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

Shades of Rose Bud Cherry #812353

Tints of Rose Bud Cherry #812353

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.17%

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

R = 52.23%
G = 14.17%
B = 33.6%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#812353 (or 0x812353) is known color: Rose Bud Cherry. HEX triplet: 81, 23 and 53. RGB value is (129,35,83). Sum of RGB (Red+Green+Blue) = 129+35+83=247 (32% of max value = 765). Red value is 129 (50.78% from 255 or 52.23% from 247); Green value is 35 (14.06% from 255 or 14.17% from 247); Blue value is 83 (32.81% from 255 or 33.60% from 247); Max value from RGB is 129 - color contains mainly: red. Hex color #812353 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #812353 is #7EDCAC. Grayscale: #444444. Windows color (decimal): -8314029 or 5448577. OLE color: 5448577.

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

Color convert

RGB 129 35 83 -
CMYK 0 0.73 0.36 0.49
HSL 329.36º 0.57% 0.32% -
HSV(B) 329.36º 0.73% 0.51% -
XYZ 11.22 6.49 8.85 -
YUV 68.58 136.14 171.1 -
System Red Green Blue C M Y K H S L
Decimal 129 35 83 0 0.73 0.36 0.49 329.36 0.57 0.32
Hex 81 23 53 0 49 24 31 149 39 20
Octal 201 43 123 0 111 44 61 511 71 40
Binary 10000001 100011 1010011 0 1001001 100100 110001 101001001 111001 100000

Color Harmonies of #812353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #812353

Black with #812353

Text Example


Text Example

White with #812353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #812353; }

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

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

background-color css

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

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

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

border-color css

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

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

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