Html Css Color HEX #86235C Rose Bud Cherry

📋 copy color: '#86235C'

red 134 ◦ green 35 ◦ blue 92

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

Shades of Rose Bud Cherry #86235C

Tints of Rose Bud Cherry #86235C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 35.25%

R = 51.34%
G = 13.41%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#86235C (or 0x86235C) is known color: Rose Bud Cherry. HEX triplet: 86, 23 and 5C. RGB value is (134,35,92). Sum of RGB (Red+Green+Blue) = 134+35+92=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 35 (14.06% from 255 or 13.41% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86235C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86235C is #79DCA3. Grayscale: #464646. Windows color (decimal): -7986340 or 6038406. OLE color: 6038406.

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

Color convert

RGB 134 35 92 -
CMYK 0 0.74 0.31 0.47
HSL 325.45º 0.59% 0.33% -
HSV(B) 325.45º 0.74% 0.53% -
XYZ 12.36 7.04 10.83 -
YUV 71.1 139.8 172.87 -
System Red Green Blue C M Y K H S L
Decimal 134 35 92 0 0.74 0.31 0.47 325.45 0.59 0.33
Hex 86 23 5C 0 4A 1F 2F 145 3B 21
Octal 206 43 134 0 112 37 57 505 73 41
Binary 10000110 100011 1011100 0 1001010 11111 101111 101000101 111011 100001

Color Harmonies of #86235C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86235C

Black with #86235C

Text Example


Text Example

White with #86235C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86235C; }

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

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

background-color css

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

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

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

border-color css

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

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

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