Html Css Color HEX #82345C Rose Bud Cherry

📋 copy color: '#82345C'

red 130 ◦ green 52 ◦ blue 92

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

Shades of Rose Bud Cherry #82345C

Tints of Rose Bud Cherry #82345C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.58%

R = 47.45%
G = 18.98%
B = 33.58%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#82345C (or 0x82345C) is known color: Rose Bud Cherry. HEX triplet: 82, 34 and 5C. RGB value is (130,52,92). Sum of RGB (Red+Green+Blue) = 130+52+92=274 (36% of max value = 765). Red value is 130 (51.17% from 255 or 47.45% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 92 (36.33% from 255 or 33.58% from 274); Max value from RGB is 130 - color contains mainly: red. Hex color #82345C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #82345C is #7DCBA3. Grayscale: #4F4F4F. Windows color (decimal): -8244132 or 6042754. OLE color: 6042754.

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

Color convert

RGB 130 52 92 -
CMYK 0 0.60 0.29 0.49
HSL 329.23º 0.43% 0.36% -
HSV(B) 329.23º 0.6% 0.51% -
XYZ 12.37 7.97 11.01 -
YUV 79.88 134.84 163.75 -
System Red Green Blue C M Y K H S L
Decimal 130 52 92 0 0.60 0.29 0.49 329.23 0.43 0.36
Hex 82 34 5C 0 3C 1D 31 149 2B 24
Octal 202 64 134 0 74 35 61 511 53 44
Binary 10000010 110100 1011100 0 111100 11101 110001 101001001 101011 100100

Color Harmonies of #82345C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #82345C

Black with #82345C

Text Example


Text Example

White with #82345C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #82345C; }

 p { color: rgb(130,52,92); }

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

background-color css

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

 a { background-color: rgb(130,52,92); }

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

border-color css

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

 span { border-color: rgb(130,52,92); }

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