Html Css Color HEX #8A1A5C Rose Bud Cherry

📋 copy color: '#8A1A5C'

red 138 ◦ green 26 ◦ blue 92

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

Shades of Rose Bud Cherry #8A1A5C

Tints of Rose Bud Cherry #8A1A5C

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

 BLUE value IS 92 (36.33% from 255) = 35.94%

R = 53.91%
G = 10.16%
B = 35.94%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#8A1A5C (or 0x8A1A5C) is known color: Rose Bud Cherry. HEX triplet: 8A, 1A and 5C. RGB value is (138,26,92). Sum of RGB (Red+Green+Blue) = 138+26+92=256 (33% of max value = 765). Red value is 138 (54.30% from 255 or 53.91% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1A5C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1A5C is #75E5A3. Grayscale: #424242. Windows color (decimal): -7726500 or 6036106. OLE color: 6036106.

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

Color convert

RGB 138 26 92 -
CMYK 0 0.81 0.33 0.46
HSL 324.64º 0.68% 0.32% -
HSV(B) 324.64º 0.81% 0.54% -
XYZ 12.78 6.91 10.79 -
YUV 67.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 138 26 92 0 0.81 0.33 0.46 324.64 0.68 0.32
Hex 8A 1A 5C 0 51 21 2E 145 44 20
Octal 212 32 134 0 121 41 56 505 104 40
Binary 10001010 11010 1011100 0 1010001 100001 101110 101000101 1000100 100000

Color Harmonies of #8A1A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1A5C

Black with #8A1A5C

Text Example


Text Example

White with #8A1A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,26,92); }

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

background-color css

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

 a { background-color: rgb(138,26,92); }

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

border-color css

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

 span { border-color: rgb(138,26,92); }

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