Html Css Color HEX #862C64 Rose Bud Cherry

📋 copy color: '#862C64'

red 134 ◦ green 44 ◦ blue 100

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

Shades of Rose Bud Cherry #862C64

Tints of Rose Bud Cherry #862C64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.97%

R = 48.2%
G = 15.83%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#862C64 (or 0x862C64) is known color: Rose Bud Cherry. HEX triplet: 86, 2C and 64. RGB value is (134,44,100). Sum of RGB (Red+Green+Blue) = 134+44+100=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 44 (17.58% from 255 or 15.83% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #862C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862C64 is #79D39B. Grayscale: #4D4D4D. Windows color (decimal): -7984028 or 6564998. OLE color: 6564998.

HSL color Cylindrical-coordinate representation of color #862C64: hue angle of 322.67º 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 #862C64 is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 44 100 -
CMYK 0 0.67 0.25 0.47
HSL 322.67º 0.51% 0.35% -
HSV(B) 322.67º 0.67% 0.53% -
XYZ 13.03 7.79 12.87 -
YUV 77.29 140.82 168.45 -
System Red Green Blue C M Y K H S L
Decimal 134 44 100 0 0.67 0.25 0.47 322.67 0.51 0.35
Hex 86 2C 64 0 43 19 2F 143 33 23
Octal 206 54 144 0 103 31 57 503 63 43
Binary 10000110 101100 1100100 0 1000011 11001 101111 101000011 110011 100011

Color Harmonies of #862C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862C64

Black with #862C64

Text Example


Text Example

White with #862C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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