Html Css Color HEX #821453 Rose Bud Cherry

📋 copy color: '#821453'

red 130 ◦ green 20 ◦ blue 83

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

Shades of Rose Bud Cherry #821453

Tints of Rose Bud Cherry #821453

RGB

 RED value IS 130 (51.17% from 255) = 55.79%

 GREEN value IS 20 (8.2% from 255) = 8.58%

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

R = 55.79%
G = 8.58%
B = 35.62%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.36

 K value IS 0.49

RGB Variations

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

Color information

#821453 (or 0x821453) is known color: Rose Bud Cherry. HEX triplet: 82, 14 and 53. RGB value is (130,20,83). Sum of RGB (Red+Green+Blue) = 130+20+83=233 (30% of max value = 765). Red value is 130 (51.17% from 255 or 55.79% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 83 (32.81% from 255 or 35.62% from 233); Max value from RGB is 130 - color contains mainly: red. Hex color #821453 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #821453 is #7DEBAC. Grayscale: #3B3B3B. Windows color (decimal): -8252333 or 5444738. OLE color: 5444738.

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

Color convert

RGB 130 20 83 -
CMYK 0 0.85 0.36 0.49
HSL 325.64º 0.73% 0.29% -
HSV(B) 325.64º 0.85% 0.51% -
XYZ 11.02 5.87 8.74 -
YUV 60.07 140.94 177.88 -
System Red Green Blue C M Y K H S L
Decimal 130 20 83 0 0.85 0.36 0.49 325.64 0.73 0.29
Hex 82 14 53 0 55 24 31 146 49 1D
Octal 202 24 123 0 125 44 61 506 111 35
Binary 10000010 10100 1010011 0 1010101 100100 110001 101000110 1001001 11101

Color Harmonies of #821453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #821453

Black with #821453

Text Example


Text Example

White with #821453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #821453; }

 p { color: rgb(130,20,83); }

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

background-color css

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

 a { background-color: rgb(130,20,83); }

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

border-color css

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

 span { border-color: rgb(130,20,83); }

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