Html Css Color HEX #8A386B Rose Bud Cherry

📋 copy color: '#8A386B'

red 138 ◦ green 56 ◦ blue 107

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

Shades of Rose Bud Cherry #8A386B

Tints of Rose Bud Cherry #8A386B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.6%

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

R = 45.85%
G = 18.6%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A386B (or 0x8A386B) is known color: Rose Bud Cherry. HEX triplet: 8A, 38 and 6B. RGB value is (138,56,107). Sum of RGB (Red+Green+Blue) = 138+56+107=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 138 - color contains mainly: red. Hex color #8A386B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A386B is #75C794. Grayscale: #565656. Windows color (decimal): -7718805 or 7026826. OLE color: 7026826.

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

Color convert

RGB 138 56 107 -
CMYK 0 0.59 0.22 0.46
HSL 322.68º 0.42% 0.38% -
HSV(B) 322.68º 0.59% 0.54% -
XYZ 14.55 9.29 14.94 -
YUV 86.33 139.67 164.85 -
System Red Green Blue C M Y K H S L
Decimal 138 56 107 0 0.59 0.22 0.46 322.68 0.42 0.38
Hex 8A 38 6B 0 3B 16 2E 143 2A 26
Octal 212 70 153 0 73 26 56 503 52 46
Binary 10001010 111000 1101011 0 111011 10110 101110 101000011 101010 100110

Color Harmonies of #8A386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A386B

Black with #8A386B

Text Example


Text Example

White with #8A386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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