Html Css Color HEX #8A376B Rose Bud Cherry

📋 copy color: '#8A376B'

red 138 ◦ green 55 ◦ blue 107

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

Shades of Rose Bud Cherry #8A376B

Tints of Rose Bud Cherry #8A376B

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.33%

 BLUE value IS 107 (42.19% from 255) = 35.67%

R = 46%
G = 18.33%
B = 35.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A376B (or 0x8A376B) is known color: Rose Bud Cherry. HEX triplet: 8A, 37 and 6B. RGB value is (138,55,107). Sum of RGB (Red+Green+Blue) = 138+55+107=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 55 (21.88% from 255 or 18.33% from 300); Blue value is 107 (42.19% from 255 or 35.67% from 300); Max value from RGB is 138 - color contains mainly: red. Hex color #8A376B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A376B is #75C894. Grayscale: #555555. Windows color (decimal): -7719061 or 7026570. OLE color: 7026570.

HSL color Cylindrical-coordinate representation of color #8A376B: hue angle of 322.41º degrees, saturation: 0.43, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A376B is Cyan = 0, Magento = 0.60, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 107 -
CMYK 0 0.60 0.22 0.46
HSL 322.41º 0.43% 0.38% -
HSV(B) 322.41º 0.6% 0.54% -
XYZ 14.5 9.2 14.92 -
YUV 85.75 140 165.27 -
System Red Green Blue C M Y K H S L
Decimal 138 55 107 0 0.60 0.22 0.46 322.41 0.43 0.38
Hex 8A 37 6B 0 3C 16 2E 142 2B 26
Octal 212 67 153 0 74 26 56 502 53 46
Binary 10001010 110111 1101011 0 111100 10110 101110 101000010 101011 100110

Color Harmonies of #8A376B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A376B

Black with #8A376B

Text Example


Text Example

White with #8A376B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,55,107); }

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

background-color css

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

 a { background-color: rgb(138,55,107); }

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

border-color css

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

 span { border-color: rgb(138,55,107); }

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