Html Css Color HEX #8A1350 Rose Bud Cherry

📋 copy color: '#8A1350'

red 138 ◦ green 19 ◦ blue 80

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

Shades of Rose Bud Cherry #8A1350

Tints of Rose Bud Cherry #8A1350

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.02%

 BLUE value IS 80 (31.64% from 255) = 33.76%

R = 58.23%
G = 8.02%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.42

 K value IS 0.46

RGB Variations

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

Color information

#8A1350 (or 0x8A1350) is known color: Rose Bud Cherry. HEX triplet: 8A, 13 and 50. RGB value is (138,19,80). Sum of RGB (Red+Green+Blue) = 138+19+80=237 (31% of max value = 765). Red value is 138 (54.30% from 255 or 58.23% from 237); Green value is 19 (7.81% from 255 or 8.02% from 237); Blue value is 80 (31.64% from 255 or 33.76% from 237); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1350 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A1350 is #75ECAF. Grayscale: #3D3D3D. Windows color (decimal): -7728304 or 5247882. OLE color: 5247882.

HSL color Cylindrical-coordinate representation of color #8A1350: hue angle of 329.24º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1350 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 19 80 -
CMYK 0 0.86 0.42 0.46
HSL 329.24º 0.76% 0.31% -
HSV(B) 329.24º 0.86% 0.54% -
XYZ 12.16 6.45 8.19 -
YUV 61.54 138.42 182.54 -
System Red Green Blue C M Y K H S L
Decimal 138 19 80 0 0.86 0.42 0.46 329.24 0.76 0.31
Hex 8A 13 50 0 56 2A 2E 149 4C 1F
Octal 212 23 120 0 126 52 56 511 114 37
Binary 10001010 10011 1010000 0 1010110 101010 101110 101001001 1001100 11111

Color Harmonies of #8A1350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1350

Black with #8A1350

Text Example


Text Example

White with #8A1350

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,19,80); }

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

background-color css

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

 a { background-color: rgb(138,19,80); }

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

border-color css

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

 span { border-color: rgb(138,19,80); }

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