Html Css Color HEX #862453 Rose Bud Cherry

📋 copy color: '#862453'

red 134 ◦ green 36 ◦ blue 83

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

Shades of Rose Bud Cherry #862453

Tints of Rose Bud Cherry #862453

RGB

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

 GREEN value IS 36 (14.45% from 255) = 14.23%

 BLUE value IS 83 (32.81% from 255) = 32.81%

R = 52.96%
G = 14.23%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.38

 K value IS 0.47

RGB Variations

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

Color information

#862453 (or 0x862453) is known color: Rose Bud Cherry. HEX triplet: 86, 24 and 53. RGB value is (134,36,83). Sum of RGB (Red+Green+Blue) = 134+36+83=253 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.96% from 253); Green value is 36 (14.45% from 255 or 14.23% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 134 - color contains mainly: red. Hex color #862453 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862453 is #79DBAC. Grayscale: #464646. Windows color (decimal): -7986093 or 5448838. OLE color: 5448838.

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

Color convert

RGB 134 36 83 -
CMYK 0 0.73 0.38 0.47
HSL 331.22º 0.58% 0.33% -
HSV(B) 331.22º 0.73% 0.53% -
XYZ 12.02 6.95 8.89 -
YUV 70.66 134.97 173.18 -
System Red Green Blue C M Y K H S L
Decimal 134 36 83 0 0.73 0.38 0.47 331.22 0.58 0.33
Hex 86 24 53 0 49 26 2F 14B 3A 21
Octal 206 44 123 0 111 46 57 513 72 41
Binary 10000110 100100 1010011 0 1001001 100110 101111 101001011 111010 100001

Color Harmonies of #862453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862453

Black with #862453

Text Example


Text Example

White with #862453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862453; }

 p { color: rgb(134,36,83); }

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

background-color css

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

 a { background-color: rgb(134,36,83); }

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

border-color css

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

 span { border-color: rgb(134,36,83); }

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