Html Css Color HEX #823252 Rose Bud Cherry

📋 copy color: '#823252'

red 130 ◦ green 50 ◦ blue 82

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

Shades of Rose Bud Cherry #823252

Tints of Rose Bud Cherry #823252

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.08%

 BLUE value IS 82 (32.42% from 255) = 31.3%

R = 49.62%
G = 19.08%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.37

 K value IS 0.49

RGB Variations

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

Color information

#823252 (or 0x823252) is known color: Rose Bud Cherry. HEX triplet: 82, 32 and 52. RGB value is (130,50,82). Sum of RGB (Red+Green+Blue) = 130+50+82=262 (34% of max value = 765). Red value is 130 (51.17% from 255 or 49.62% from 262); Green value is 50 (19.92% from 255 or 19.08% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 130 - color contains mainly: red. Hex color #823252 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823252 is #7DCDAD. Grayscale: #4D4D4D. Windows color (decimal): -8244654 or 5386882. OLE color: 5386882.

HSL color Cylindrical-coordinate representation of color #823252: hue angle of 336º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #823252 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 50 82 -
CMYK 0 0.62 0.37 0.49
HSL 336º 0.44% 0.35% -
HSV(B) 336º 0.62% 0.51% -
XYZ 11.87 7.64 8.83 -
YUV 77.57 130.5 165.4 -
System Red Green Blue C M Y K H S L
Decimal 130 50 82 0 0.62 0.37 0.49 336 0.44 0.35
Hex 82 32 52 0 3E 25 31 150 2C 23
Octal 202 62 122 0 76 45 61 520 54 43
Binary 10000010 110010 1010010 0 111110 100101 110001 101010000 101100 100011

Color Harmonies of #823252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823252

Black with #823252

Text Example


Text Example

White with #823252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823252; }

 p { color: rgb(130,50,82); }

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

background-color css

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

 a { background-color: rgb(130,50,82); }

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

border-color css

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

 span { border-color: rgb(130,50,82); }

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