Html Css Color HEX #823366 Rose Bud Cherry

📋 copy color: '#823366'

red 130 ◦ green 51 ◦ blue 102

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

Shades of Rose Bud Cherry #823366

Tints of Rose Bud Cherry #823366

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.02%

 BLUE value IS 102 (40.23% from 255) = 36.04%

R = 45.94%
G = 18.02%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#823366 (or 0x823366) is known color: Rose Bud Cherry. HEX triplet: 82, 33 and 66. RGB value is (130,51,102). Sum of RGB (Red+Green+Blue) = 130+51+102=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 51 (20.31% from 255 or 18.02% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #823366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #823366 is #7DCC99. Grayscale: #505050. Windows color (decimal): -8244378 or 6697858. OLE color: 6697858.

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

Color convert

RGB 130 51 102 -
CMYK 0 0.61 0.22 0.49
HSL 321.27º 0.44% 0.35% -
HSV(B) 321.27º 0.61% 0.51% -
XYZ 12.79 8.07 13.45 -
YUV 80.44 140.17 163.35 -
System Red Green Blue C M Y K H S L
Decimal 130 51 102 0 0.61 0.22 0.49 321.27 0.44 0.35
Hex 82 33 66 0 3D 16 31 141 2C 23
Octal 202 63 146 0 75 26 61 501 54 43
Binary 10000010 110011 1100110 0 111101 10110 110001 101000001 101100 100011

Color Harmonies of #823366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #823366

Black with #823366

Text Example


Text Example

White with #823366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #823366; }

 p { color: rgb(130,51,102); }

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

background-color css

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

 a { background-color: rgb(130,51,102); }

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

border-color css

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

 span { border-color: rgb(130,51,102); }

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