Html Css Color HEX #813458 Rose Bud Cherry

📋 copy color: '#813458'

red 129 ◦ green 52 ◦ blue 88

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

Shades of Rose Bud Cherry #813458

Tints of Rose Bud Cherry #813458

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.33%

 BLUE value IS 88 (34.77% from 255) = 32.71%

R = 47.96%
G = 19.33%
B = 32.71%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.32

 K value IS 0.49

RGB Variations

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

Color information

#813458 (or 0x813458) is known color: Rose Bud Cherry. HEX triplet: 81, 34 and 58. RGB value is (129,52,88). Sum of RGB (Red+Green+Blue) = 129+52+88=269 (35% of max value = 765). Red value is 129 (50.78% from 255 or 47.96% from 269); Green value is 52 (20.70% from 255 or 19.33% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 129 - color contains mainly: red. Hex color #813458 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #813458 is #7ECBA7. Grayscale: #4F4F4F. Windows color (decimal): -8309672 or 5780609. OLE color: 5780609.

HSL color Cylindrical-coordinate representation of color #813458: hue angle of 331.95º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #813458 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB 129 52 88 -
CMYK 0 0.60 0.32 0.49
HSL 331.95º 0.43% 0.35% -
HSV(B) 331.95º 0.6% 0.51% -
XYZ 12.04 7.83 10.11 -
YUV 79.13 133.01 163.57 -
System Red Green Blue C M Y K H S L
Decimal 129 52 88 0 0.60 0.32 0.49 331.95 0.43 0.35
Hex 81 34 58 0 3C 20 31 14C 2B 23
Octal 201 64 130 0 74 40 61 514 53 43
Binary 10000001 110100 1011000 0 111100 100000 110001 101001100 101011 100011

Color Harmonies of #813458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #813458

Black with #813458

Text Example


Text Example

White with #813458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #813458; }

 p { color: rgb(129,52,88); }

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

background-color css

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

 a { background-color: rgb(129,52,88); }

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

border-color css

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

 span { border-color: rgb(129,52,88); }

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