Html Css Color HEX #890D4A Rose Bud Cherry

📋 copy color: '#890D4A'

red 137 ◦ green 13 ◦ blue 74

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

Shades of Rose Bud Cherry #890D4A

Tints of Rose Bud Cherry #890D4A

RGB

 RED value IS 137 (53.91% from 255) = 61.16%

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

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

R = 61.16%
G = 5.8%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.46

RGB Variations

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

Color information

#890D4A (or 0x890D4A) is known color: Rose Bud Cherry. HEX triplet: 89, 0D and 4A. RGB value is (137,13,74). Sum of RGB (Red+Green+Blue) = 137+13+74=224 (29% of max value = 765). Red value is 137 (53.91% from 255 or 61.16% from 224); Green value is 13 (5.47% from 255 or 5.80% from 224); Blue value is 74 (29.30% from 255 or 33.04% from 224); Max value from RGB is 137 - color contains mainly: red. Hex color #890D4A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D4A is #76F2B5. Grayscale: #383838. Windows color (decimal): -7795382 or 4853129. OLE color: 4853129.

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

Color convert

RGB 137 13 74 -
CMYK 0 0.91 0.46 0.46
HSL 330.48º 0.83% 0.29% -
HSV(B) 330.48º 0.91% 0.54% -
XYZ 11.7 6.1 7.04 -
YUV 57.03 137.58 185.04 -
System Red Green Blue C M Y K H S L
Decimal 137 13 74 0 0.91 0.46 0.46 330.48 0.83 0.29
Hex 89 D 4A 0 5B 2E 2E 14A 53 1D
Octal 211 15 112 0 133 56 56 512 123 35
Binary 10001001 1101 1001010 0 1011011 101110 101110 101001010 1010011 11101

Color Harmonies of #890D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D4A

Black with #890D4A

Text Example


Text Example

White with #890D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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