Html Css Color HEX #851450 Rose Bud Cherry

📋 copy color: '#851450'

red 133 ◦ green 20 ◦ blue 80

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

Shades of Rose Bud Cherry #851450

Tints of Rose Bud Cherry #851450

RGB

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

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

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

R = 57.08%
G = 8.58%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.48

RGB Variations

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

Color information

#851450 (or 0x851450) is known color: Rose Bud Cherry. HEX triplet: 85, 14 and 50. RGB value is (133,20,80). Sum of RGB (Red+Green+Blue) = 133+20+80=233 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.08% from 233); Green value is 20 (8.20% from 255 or 8.58% from 233); Blue value is 80 (31.64% from 255 or 34.33% from 233); Max value from RGB is 133 - color contains mainly: red. Hex color #851450 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851450 is #7AEBAF. Grayscale: #3C3C3C. Windows color (decimal): -8055728 or 5248133. OLE color: 5248133.

HSL color Cylindrical-coordinate representation of color #851450: hue angle of 328.14º 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 #851450 is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 20 80 -
CMYK 0 0.85 0.40 0.48
HSL 328.14º 0.74% 0.3% -
HSV(B) 328.14º 0.85% 0.52% -
XYZ 11.37 6.07 8.16 -
YUV 60.63 138.94 179.62 -
System Red Green Blue C M Y K H S L
Decimal 133 20 80 0 0.85 0.40 0.48 328.14 0.74 0.3
Hex 85 14 50 0 55 28 30 148 4A 1E
Octal 205 24 120 0 125 50 60 510 112 36
Binary 10000101 10100 1010000 0 1010101 101000 110000 101001000 1001010 11110

Color Harmonies of #851450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #851450

Black with #851450

Text Example


Text Example

White with #851450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #851450; }

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

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

background-color css

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

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

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

border-color css

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

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

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