Html Css Color HEX #851650 Rose Bud Cherry

📋 copy color: '#851650'

red 133 ◦ green 22 ◦ blue 80

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

Shades of Rose Bud Cherry #851650

Tints of Rose Bud Cherry #851650

RGB

 RED value IS 133 (52.34% from 255) = 56.6%

 GREEN value IS 22 (8.98% from 255) = 9.36%

 BLUE value IS 80 (31.64% from 255) = 34.04%

R = 56.6%
G = 9.36%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#851650 (or 0x851650) is known color: Rose Bud Cherry. HEX triplet: 85, 16 and 50. RGB value is (133,22,80). Sum of RGB (Red+Green+Blue) = 133+22+80=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #851650 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851650 is #7AE9AF. Grayscale: #3D3D3D. Windows color (decimal): -8055216 or 5248645. OLE color: 5248645.

HSL color Cylindrical-coordinate representation of color #851650: hue angle of 328.65º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #851650 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 22 80 -
CMYK 0 0.83 0.40 0.48
HSL 328.65º 0.72% 0.3% -
HSV(B) 328.65º 0.83% 0.52% -
XYZ 11.41 6.14 8.17 -
YUV 61.8 138.27 178.78 -
System Red Green Blue C M Y K H S L
Decimal 133 22 80 0 0.83 0.40 0.48 328.65 0.72 0.3
Hex 85 16 50 0 53 28 30 149 48 1E
Octal 205 26 120 0 123 50 60 511 110 36
Binary 10000101 10110 1010000 0 1010011 101000 110000 101001001 1001000 11110

Color Harmonies of #851650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851650

Black with #851650

Text Example


Text Example

White with #851650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851650; }

 p { color: rgb(133,22,80); }

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

background-color css

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

 a { background-color: rgb(133,22,80); }

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

border-color css

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

 span { border-color: rgb(133,22,80); }

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