Html Css Color HEX #8A1D57 Rose Bud Cherry

📋 copy color: '#8A1D57'

red 138 ◦ green 29 ◦ blue 87

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

Shades of Rose Bud Cherry #8A1D57

Tints of Rose Bud Cherry #8A1D57

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.42%

 BLUE value IS 87 (34.38% from 255) = 34.25%

R = 54.33%
G = 11.42%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.37

 K value IS 0.46

RGB Variations

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

Color information

#8A1D57 (or 0x8A1D57) is known color: Rose Bud Cherry. HEX triplet: 8A, 1D and 57. RGB value is (138,29,87). Sum of RGB (Red+Green+Blue) = 138+29+87=254 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.33% from 254); Green value is 29 (11.72% from 255 or 11.42% from 254); Blue value is 87 (34.38% from 255 or 34.25% from 254); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1D57 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1D57 is #75E2A8. Grayscale: #444444. Windows color (decimal): -7725737 or 5709194. OLE color: 5709194.

HSL color Cylindrical-coordinate representation of color #8A1D57: hue angle of 328.07º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8A1D57 is Cyan = 0, Magento = 0.79, Yellow = 0.37 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 29 87 -
CMYK 0 0.79 0.37 0.46
HSL 328.07º 0.65% 0.33% -
HSV(B) 328.07º 0.79% 0.54% -
XYZ 12.64 6.97 9.7 -
YUV 68.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 138 29 87 0 0.79 0.37 0.46 328.07 0.65 0.33
Hex 8A 1D 57 0 4F 25 2E 148 41 21
Octal 212 35 127 0 117 45 56 510 101 41
Binary 10001010 11101 1010111 0 1001111 100101 101110 101001000 1000001 100001

Color Harmonies of #8A1D57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1D57

Black with #8A1D57

Text Example


Text Example

White with #8A1D57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,29,87); }

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

background-color css

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

 a { background-color: rgb(138,29,87); }

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

border-color css

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

 span { border-color: rgb(138,29,87); }

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