Html Css Color HEX #880D4A Rose Bud Cherry

📋 copy color: '#880D4A'

red 136 ◦ green 13 ◦ blue 74

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

Shades of Rose Bud Cherry #880D4A

Tints of Rose Bud Cherry #880D4A

RGB

 RED value IS 136 (53.52% from 255) = 60.99%

 GREEN value IS 13 (5.47% from 255) = 5.83%

 BLUE value IS 74 (29.3% from 255) = 33.18%

R = 60.99%
G = 5.83%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#880D4A (or 0x880D4A) is known color: Rose Bud Cherry. HEX triplet: 88, 0D and 4A. RGB value is (136,13,74). Sum of RGB (Red+Green+Blue) = 136+13+74=223 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.99% from 223); Green value is 13 (5.47% from 255 or 5.83% from 223); Blue value is 74 (29.30% from 255 or 33.18% from 223); Max value from RGB is 136 - color contains mainly: red. Hex color #880D4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #880D4A is #77F2B5. Grayscale: #383838. Windows color (decimal): -7860918 or 4853128. OLE color: 4853128.

HSL color Cylindrical-coordinate representation of color #880D4A: hue angle of 330.24º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D4A is Cyan = 0, Magento = 0.90, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 74 -
CMYK 0 0.90 0.46 0.47
HSL 330.24º 0.83% 0.29% -
HSV(B) 330.24º 0.9% 0.53% -
XYZ 11.53 6.02 7.03 -
YUV 56.73 137.75 184.54 -
System Red Green Blue C M Y K H S L
Decimal 136 13 74 0 0.90 0.46 0.47 330.24 0.83 0.29
Hex 88 D 4A 0 5A 2E 2F 14A 53 1D
Octal 210 15 112 0 132 56 57 512 123 35
Binary 10001000 1101 1001010 0 1011010 101110 101111 101001010 1010011 11101

Color Harmonies of #880D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D4A

Black with #880D4A

Text Example


Text Example

White with #880D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D4A; }

 p { color: rgb(136,13,74); }

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

background-color css

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

 a { background-color: rgb(136,13,74); }

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

border-color css

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

 span { border-color: rgb(136,13,74); }

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