Html Css Color HEX #8A1F51 Rose Bud Cherry

📋 copy color: '#8A1F51'

red 138 ◦ green 31 ◦ blue 81

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

Shades of Rose Bud Cherry #8A1F51

Tints of Rose Bud Cherry #8A1F51

RGB

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

 GREEN value IS 31 (12.5% from 255) = 12.4%

 BLUE value IS 81 (32.03% from 255) = 32.4%

R = 55.2%
G = 12.4%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.41

 K value IS 0.46

RGB Variations

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

Color information

#8A1F51 (or 0x8A1F51) is known color: Rose Bud Cherry. HEX triplet: 8A, 1F and 51. RGB value is (138,31,81). Sum of RGB (Red+Green+Blue) = 138+31+81=250 (33% of max value = 765). Red value is 138 (54.30% from 255 or 55.2% from 250); Green value is 31 (12.5% from 255 or 12.4% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1F51 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A1F51 is #75E0AE. Grayscale: #444444. Windows color (decimal): -7725231 or 5316490. OLE color: 5316490.

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

Color convert

RGB 138 31 81 -
CMYK 0 0.78 0.41 0.46
HSL 331.96º 0.63% 0.33% -
HSV(B) 331.96º 0.78% 0.54% -
XYZ 12.46 6.98 8.47 -
YUV 68.69 134.95 177.43 -
System Red Green Blue C M Y K H S L
Decimal 138 31 81 0 0.78 0.41 0.46 331.96 0.63 0.33
Hex 8A 1F 51 0 4E 29 2E 14C 3F 21
Octal 212 37 121 0 116 51 56 514 77 41
Binary 10001010 11111 1010001 0 1001110 101001 101110 101001100 111111 100001

Color Harmonies of #8A1F51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1F51

Black with #8A1F51

Text Example


Text Example

White with #8A1F51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,31,81); }

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

background-color css

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

 a { background-color: rgb(138,31,81); }

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

border-color css

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

 span { border-color: rgb(138,31,81); }

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