Html Css Color HEX #862358 Rose Bud Cherry

📋 copy color: '#862358'

red 134 ◦ green 35 ◦ blue 88

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

Shades of Rose Bud Cherry #862358

Tints of Rose Bud Cherry #862358

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.62%

 BLUE value IS 88 (34.77% from 255) = 34.24%

R = 52.14%
G = 13.62%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.34

 K value IS 0.47

RGB Variations

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

Color information

#862358 (or 0x862358) is known color: Rose Bud Cherry. HEX triplet: 86, 23 and 58. RGB value is (134,35,88). Sum of RGB (Red+Green+Blue) = 134+35+88=257 (34% of max value = 765). Red value is 134 (52.73% from 255 or 52.14% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 134 - color contains mainly: red. Hex color #862358 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862358 is #79DCA7. Grayscale: #464646. Windows color (decimal): -7986344 or 5776262. OLE color: 5776262.

HSL color Cylindrical-coordinate representation of color #862358: hue angle of 327.88º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #862358 is Cyan = 0, Magento = 0.74, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 88 -
CMYK 0 0.74 0.34 0.47
HSL 327.88º 0.59% 0.33% -
HSV(B) 327.88º 0.74% 0.53% -
XYZ 12.19 6.97 9.94 -
YUV 70.64 137.8 173.19 -
System Red Green Blue C M Y K H S L
Decimal 134 35 88 0 0.74 0.34 0.47 327.88 0.59 0.33
Hex 86 23 58 0 4A 22 2F 148 3B 21
Octal 206 43 130 0 112 42 57 510 73 41
Binary 10000110 100011 1011000 0 1001010 100010 101111 101001000 111011 100001

Color Harmonies of #862358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862358

Black with #862358

Text Example


Text Example

White with #862358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862358; }

 p { color: rgb(134,35,88); }

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

background-color css

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

 a { background-color: rgb(134,35,88); }

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

border-color css

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

 span { border-color: rgb(134,35,88); }

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