Html Css Color HEX #890D4B Rose Bud Cherry

📋 copy color: '#890D4B'

red 137 ◦ green 13 ◦ blue 75

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

Shades of Rose Bud Cherry #890D4B

Tints of Rose Bud Cherry #890D4B

RGB

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

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

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

R = 60.89%
G = 5.78%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#890D4B (or 0x890D4B) is known color: Rose Bud Cherry. HEX triplet: 89, 0D and 4B. RGB value is (137,13,75). Sum of RGB (Red+Green+Blue) = 137+13+75=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 13 (5.47% from 255 or 5.78% from 225); Blue value is 75 (29.69% from 255 or 33.33% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #890D4B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #890D4B is #76F2B4. Grayscale: #393939. Windows color (decimal): -7795381 or 4918665. OLE color: 4918665.

HSL color Cylindrical-coordinate representation of color #890D4B: hue angle of 330º 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 #890D4B is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 13 75 -
CMYK 0 0.91 0.45 0.46
HSL 330º 0.83% 0.29% -
HSV(B) 330º 0.91% 0.54% -
XYZ 11.73 6.11 7.22 -
YUV 57.14 138.08 184.96 -
System Red Green Blue C M Y K H S L
Decimal 137 13 75 0 0.91 0.45 0.46 330 0.83 0.29
Hex 89 D 4B 0 5B 2D 2E 14A 53 1D
Octal 211 15 113 0 133 55 56 512 123 35
Binary 10001001 1101 1001011 0 1011011 101101 101110 101001010 1010011 11101

Color Harmonies of #890D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #890D4B

Black with #890D4B

Text Example


Text Example

White with #890D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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