Html Css Color HEX #862352 Rose Bud Cherry

📋 copy color: '#862352'

red 134 ◦ green 35 ◦ blue 82

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

Shades of Rose Bud Cherry #862352

Tints of Rose Bud Cherry #862352

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.67%

R = 53.39%
G = 13.94%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#862352 (or 0x862352) is known color: Rose Bud Cherry. HEX triplet: 86, 23 and 52. RGB value is (134,35,82). Sum of RGB (Red+Green+Blue) = 134+35+82=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 35 (14.06% from 255 or 13.94% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #862352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #862352 is #79DCAD. Grayscale: #454545. Windows color (decimal): -7986350 or 5383046. OLE color: 5383046.

HSL color Cylindrical-coordinate representation of color #862352: hue angle of 331.52º 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 #862352 is Cyan = 0, Magento = 0.74, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 35 82 -
CMYK 0 0.74 0.39 0.47
HSL 331.52º 0.59% 0.33% -
HSV(B) 331.52º 0.74% 0.53% -
XYZ 11.96 6.88 8.68 -
YUV 69.96 134.8 173.68 -
System Red Green Blue C M Y K H S L
Decimal 134 35 82 0 0.74 0.39 0.47 331.52 0.59 0.33
Hex 86 23 52 0 4A 27 2F 14C 3B 21
Octal 206 43 122 0 112 47 57 514 73 41
Binary 10000110 100011 1010010 0 1001010 100111 101111 101001100 111011 100001

Color Harmonies of #862352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862352

Black with #862352

Text Example


Text Example

White with #862352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862352; }

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

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

background-color css

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

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

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

border-color css

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

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

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