Html Css Color HEX #8A1753 Rose Bud Cherry

📋 copy color: '#8A1753'

red 138 ◦ green 23 ◦ blue 83

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

Shades of Rose Bud Cherry #8A1753

Tints of Rose Bud Cherry #8A1753

RGB

 RED value IS 138 (54.3% from 255) = 56.56%

 GREEN value IS 23 (9.38% from 255) = 9.43%

 BLUE value IS 83 (32.81% from 255) = 34.02%

R = 56.56%
G = 9.43%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#8A1753 (or 0x8A1753) is known color: Rose Bud Cherry. HEX triplet: 8A, 17 and 53. RGB value is (138,23,83). Sum of RGB (Red+Green+Blue) = 138+23+83=244 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.56% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1753 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1753 is #75E8AC. Grayscale: #404040. Windows color (decimal): -7727277 or 5445514. OLE color: 5445514.

HSL color Cylindrical-coordinate representation of color #8A1753: hue angle of 328.7º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8A1753 is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 23 83 -
CMYK 0 0.83 0.40 0.46
HSL 328.7º 0.71% 0.32% -
HSV(B) 328.7º 0.83% 0.54% -
XYZ 12.35 6.64 8.81 -
YUV 64.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 138 23 83 0 0.83 0.40 0.46 328.7 0.71 0.32
Hex 8A 17 53 0 53 28 2E 149 47 20
Octal 212 27 123 0 123 50 56 511 107 40
Binary 10001010 10111 1010011 0 1010011 101000 101110 101001001 1000111 100000

Color Harmonies of #8A1753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1753

Black with #8A1753

Text Example


Text Example

White with #8A1753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A1753; }

 p { color: rgb(138,23,83); }

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

background-color css

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

 a { background-color: rgb(138,23,83); }

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

border-color css

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

 span { border-color: rgb(138,23,83); }

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