Html Css Color HEX #862C62 Rose Bud Cherry

📋 copy color: '#862C62'

red 134 ◦ green 44 ◦ blue 98

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

Shades of Rose Bud Cherry #862C62

Tints of Rose Bud Cherry #862C62

RGB

 RED value IS 134 (52.73% from 255) = 48.55%

 GREEN value IS 44 (17.58% from 255) = 15.94%

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

R = 48.55%
G = 15.94%
B = 35.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.27

 K value IS 0.47

RGB Variations

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

Color information

#862C62 (or 0x862C62) is known color: Rose Bud Cherry. HEX triplet: 86, 2C and 62. RGB value is (134,44,98). Sum of RGB (Red+Green+Blue) = 134+44+98=276 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.55% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 134 - color contains mainly: red. Hex color #862C62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C62 is #79D39D. Grayscale: #4C4C4C. Windows color (decimal): -7984030 or 6433926. OLE color: 6433926.

HSL color Cylindrical-coordinate representation of color #862C62: hue angle of 324º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #862C62 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 98 -
CMYK 0 0.67 0.27 0.47
HSL 324º 0.51% 0.35% -
HSV(B) 324º 0.67% 0.53% -
XYZ 12.94 7.75 12.37 -
YUV 77.07 139.82 168.61 -
System Red Green Blue C M Y K H S L
Decimal 134 44 98 0 0.67 0.27 0.47 324 0.51 0.35
Hex 86 2C 62 0 43 1B 2F 144 33 23
Octal 206 54 142 0 103 33 57 504 63 43
Binary 10000110 101100 1100010 0 1000011 11011 101111 101000100 110011 100011

Color Harmonies of #862C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C62

Black with #862C62

Text Example


Text Example

White with #862C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862C62; }

 p { color: rgb(134,44,98); }

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

background-color css

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

 a { background-color: rgb(134,44,98); }

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

border-color css

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

 span { border-color: rgb(134,44,98); }

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