Html Css Color HEX #803062 Rose Bud Cherry

📋 copy color: '#803062'

red 128 ◦ green 48 ◦ blue 98

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

Shades of Rose Bud Cherry #803062

Tints of Rose Bud Cherry #803062

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

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

R = 46.72%
G = 17.52%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.23

 K value IS 0.50

RGB Variations

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

Color information

#803062 (or 0x803062) is known color: Rose Bud Cherry. HEX triplet: 80, 30 and 62. RGB value is (128,48,98). Sum of RGB (Red+Green+Blue) = 128+48+98=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 128 - color contains mainly: red. Hex color #803062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #803062 is #7FCF9D. Grayscale: #4D4D4D. Windows color (decimal): -8376222 or 6434944. OLE color: 6434944.

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

Color convert

RGB 128 48 98 -
CMYK 0 0.62 0.23 0.50
HSL 322.5º 0.45% 0.35% -
HSV(B) 322.5º 0.63% 0.5% -
XYZ 12.16 7.58 12.38 -
YUV 77.62 139.5 163.93 -
System Red Green Blue C M Y K H S L
Decimal 128 48 98 0 0.62 0.23 0.50 322.5 0.45 0.35
Hex 80 30 62 0 3E 17 32 142 2D 23
Octal 200 60 142 0 76 27 62 502 55 43
Binary 10000000 110000 1100010 0 111110 10111 110010 101000010 101101 100011

Color Harmonies of #803062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #803062

Black with #803062

Text Example


Text Example

White with #803062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #803062; }

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

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

background-color css

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

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

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

border-color css

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

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

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