Html Css Color HEX #8A1755 Rose Bud Cherry

📋 copy color: '#8A1755'

red 138 ◦ green 23 ◦ blue 85

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

Shades of Rose Bud Cherry #8A1755

Tints of Rose Bud Cherry #8A1755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 34.55%

R = 56.1%
G = 9.35%
B = 34.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.38

 K value IS 0.46

RGB Variations

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

Color information

#8A1755 (or 0x8A1755) is known color: Rose Bud Cherry. HEX triplet: 8A, 17 and 55. RGB value is (138,23,85). Sum of RGB (Red+Green+Blue) = 138+23+85=246 (32% of max value = 765). Red value is 138 (54.30% from 255 or 56.10% from 246); Green value is 23 (9.38% from 255 or 9.35% from 246); Blue value is 85 (33.59% from 255 or 34.55% from 246); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1755 is #75E8AA. Grayscale: #404040. Windows color (decimal): -7727275 or 5576586. OLE color: 5576586.

HSL color Cylindrical-coordinate representation of color #8A1755: hue angle of 327.65º 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 #8A1755 is Cyan = 0, Magento = 0.83, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 23 85 -
CMYK 0 0.83 0.38 0.46
HSL 327.65º 0.71% 0.32% -
HSV(B) 327.65º 0.83% 0.54% -
XYZ 12.43 6.67 9.23 -
YUV 64.45 139.6 180.46 -
System Red Green Blue C M Y K H S L
Decimal 138 23 85 0 0.83 0.38 0.46 327.65 0.71 0.32
Hex 8A 17 55 0 53 26 2E 148 47 20
Octal 212 27 125 0 123 46 56 510 107 40
Binary 10001010 10111 1010101 0 1010011 100110 101110 101001000 1000111 100000

Color Harmonies of #8A1755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1755

Black with #8A1755

Text Example


Text Example

White with #8A1755

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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