Html Css Color HEX #803262 Rose Bud Cherry

📋 copy color: '#803262'

red 128 ◦ green 50 ◦ blue 98

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

Shades of Rose Bud Cherry #803262

Tints of Rose Bud Cherry #803262

RGB

 RED value IS 128 (50.39% from 255) = 46.38%

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

 BLUE value IS 98 (38.67% from 255) = 35.51%

R = 46.38%
G = 18.12%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#803262 (or 0x803262) is known color: Rose Bud Cherry. HEX triplet: 80, 32 and 62. RGB value is (128,50,98). Sum of RGB (Red+Green+Blue) = 128+50+98=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #803262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803262 is #7FCD9D. Grayscale: #4E4E4E. Windows color (decimal): -8375710 or 6435456. OLE color: 6435456.

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

Color convert

RGB 128 50 98 -
CMYK 0 0.61 0.23 0.50
HSL 323.08º 0.44% 0.35% -
HSV(B) 323.08º 0.61% 0.5% -
XYZ 12.25 7.75 12.41 -
YUV 78.79 138.84 163.1 -
System Red Green Blue C M Y K H S L
Decimal 128 50 98 0 0.61 0.23 0.50 323.08 0.44 0.35
Hex 80 32 62 0 3D 17 32 143 2C 23
Octal 200 62 142 0 75 27 62 503 54 43
Binary 10000000 110010 1100010 0 111101 10111 110010 101000011 101100 100011

Color Harmonies of #803262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803262

Black with #803262

Text Example


Text Example

White with #803262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803262; }

 p { color: rgb(128,50,98); }

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

background-color css

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

 a { background-color: rgb(128,50,98); }

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

border-color css

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

 span { border-color: rgb(128,50,98); }

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