Html Css Color HEX #84124B Rose Bud Cherry

📋 copy color: '#84124B'

red 132 ◦ green 18 ◦ blue 75

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

Shades of Rose Bud Cherry #84124B

Tints of Rose Bud Cherry #84124B

RGB

 RED value IS 132 (51.95% from 255) = 58.67%

 GREEN value IS 18 (7.42% from 255) = 8%

 BLUE value IS 75 (29.69% from 255) = 33.33%

R = 58.67%
G = 8%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.48

RGB Variations

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

Color information

#84124B (or 0x84124B) is known color: Rose Bud Cherry. HEX triplet: 84, 12 and 4B. RGB value is (132,18,75). Sum of RGB (Red+Green+Blue) = 132+18+75=225 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.67% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 132 - color contains mainly: red. Hex color #84124B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #84124B is #7BEDB4. Grayscale: #3A3A3A. Windows color (decimal): -8121781 or 4919940. OLE color: 4919940.

HSL color Cylindrical-coordinate representation of color #84124B: hue angle of 330º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84124B is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 18 75 -
CMYK 0 0.86 0.43 0.48
HSL 330º 0.76% 0.29% -
HSV(B) 330º 0.86% 0.52% -
XYZ 11 5.85 7.21 -
YUV 58.58 137.27 180.37 -
System Red Green Blue C M Y K H S L
Decimal 132 18 75 0 0.86 0.43 0.48 330 0.76 0.29
Hex 84 12 4B 0 56 2B 30 14A 4C 1D
Octal 204 22 113 0 126 53 60 512 114 35
Binary 10000100 10010 1001011 0 1010110 101011 110000 101001010 1001100 11101

Color Harmonies of #84124B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84124B

Black with #84124B

Text Example


Text Example

White with #84124B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #84124B; }

 p { color: rgb(132,18,75); }

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

background-color css

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

 a { background-color: rgb(132,18,75); }

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

border-color css

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

 span { border-color: rgb(132,18,75); }

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