Html Css Color HEX #8A3762 Rose Bud Cherry

📋 copy color: '#8A3762'

red 138 ◦ green 55 ◦ blue 98

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

Shades of Rose Bud Cherry #8A3762

Tints of Rose Bud Cherry #8A3762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.68%

R = 47.42%
G = 18.9%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#8A3762 (or 0x8A3762) is known color: Rose Bud Cherry. HEX triplet: 8A, 37 and 62. RGB value is (138,55,98). Sum of RGB (Red+Green+Blue) = 138+55+98=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3762 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3762 is #75C89D. Grayscale: #545454. Windows color (decimal): -7719070 or 6436746. OLE color: 6436746.

HSL color Cylindrical-coordinate representation of color #8A3762: hue angle of 328.92º 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 #8A3762 is Cyan = 0, Magento = 0.60, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 55 98 -
CMYK 0 0.60 0.29 0.46
HSL 328.92º 0.43% 0.38% -
HSV(B) 328.92º 0.6% 0.54% -
XYZ 14.05 9.02 12.56 -
YUV 84.72 135.5 166 -
System Red Green Blue C M Y K H S L
Decimal 138 55 98 0 0.60 0.29 0.46 328.92 0.43 0.38
Hex 8A 37 62 0 3C 1D 2E 149 2B 26
Octal 212 67 142 0 74 35 56 511 53 46
Binary 10001010 110111 1100010 0 111100 11101 101110 101001001 101011 100110

Color Harmonies of #8A3762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A3762

Black with #8A3762

Text Example


Text Example

White with #8A3762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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