Html Css Color HEX #851958 Rose Bud Cherry

📋 copy color: '#851958'

red 133 ◦ green 25 ◦ blue 88

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

Shades of Rose Bud Cherry #851958

Tints of Rose Bud Cherry #851958

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.16%

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

R = 54.07%
G = 10.16%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.34

 K value IS 0.48

RGB Variations

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

Color information

#851958 (or 0x851958) is known color: Rose Bud Cherry. HEX triplet: 85, 19 and 58. RGB value is (133,25,88). Sum of RGB (Red+Green+Blue) = 133+25+88=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 25 (10.16% from 255 or 10.16% from 246); Blue value is 88 (34.77% from 255 or 35.77% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #851958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851958 is #7AE6A7. Grayscale: #404040. Windows color (decimal): -8054440 or 5773701. OLE color: 5773701.

HSL color Cylindrical-coordinate representation of color #851958: hue angle of 325º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #851958 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 25 88 -
CMYK 0 0.81 0.34 0.48
HSL 325º 0.68% 0.31% -
HSV(B) 325º 0.81% 0.52% -
XYZ 11.78 6.39 9.84 -
YUV 64.47 141.28 176.88 -
System Red Green Blue C M Y K H S L
Decimal 133 25 88 0 0.81 0.34 0.48 325 0.68 0.31
Hex 85 19 58 0 51 22 30 145 44 1F
Octal 205 31 130 0 121 42 60 505 104 37
Binary 10000101 11001 1011000 0 1010001 100010 110000 101000101 1000100 11111

Color Harmonies of #851958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851958

Black with #851958

Text Example


Text Example

White with #851958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851958; }

 p { color: rgb(133,25,88); }

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

background-color css

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

 a { background-color: rgb(133,25,88); }

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

border-color css

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

 span { border-color: rgb(133,25,88); }

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