Html Css Color HEX #851454 Rose Bud Cherry

📋 copy color: '#851454'

red 133 ◦ green 20 ◦ blue 84

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

Shades of Rose Bud Cherry #851454

Tints of Rose Bud Cherry #851454

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 84 (33.2% from 255) = 35.44%

R = 56.12%
G = 8.44%
B = 35.44%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#851454 (or 0x851454) is known color: Rose Bud Cherry. HEX triplet: 85, 14 and 54. RGB value is (133,20,84). Sum of RGB (Red+Green+Blue) = 133+20+84=237 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.12% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 133 - color contains mainly: red. Hex color #851454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851454 is #7AEBAB. Grayscale: #3C3C3C. Windows color (decimal): -8055724 or 5510277. OLE color: 5510277.

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

Color convert

RGB 133 20 84 -
CMYK 0 0.85 0.37 0.48
HSL 326.02º 0.74% 0.3% -
HSV(B) 326.02º 0.85% 0.52% -
XYZ 11.52 6.13 8.96 -
YUV 61.08 140.94 179.3 -
System Red Green Blue C M Y K H S L
Decimal 133 20 84 0 0.85 0.37 0.48 326.02 0.74 0.3
Hex 85 14 54 0 55 25 30 146 4A 1E
Octal 205 24 124 0 125 45 60 506 112 36
Binary 10000101 10100 1010100 0 1010101 100101 110000 101000110 1001010 11110

Color Harmonies of #851454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851454

Black with #851454

Text Example


Text Example

White with #851454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851454; }

 p { color: rgb(133,20,84); }

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

background-color css

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

 a { background-color: rgb(133,20,84); }

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

border-color css

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

 span { border-color: rgb(133,20,84); }

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