Html Css Color HEX #8A194E Rose Bud Cherry

📋 copy color: '#8A194E'

red 138 ◦ green 25 ◦ blue 78

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

Shades of Rose Bud Cherry #8A194E

Tints of Rose Bud Cherry #8A194E

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.37%

 BLUE value IS 78 (30.86% from 255) = 32.37%

R = 57.26%
G = 10.37%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#8A194E (or 0x8A194E) is known color: Rose Bud Cherry. HEX triplet: 8A, 19 and 4E. RGB value is (138,25,78). Sum of RGB (Red+Green+Blue) = 138+25+78=241 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.26% from 241); Green value is 25 (10.16% from 255 or 10.37% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 138 - color contains mainly: red. Hex color #8A194E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8A194E is #75E6B1. Grayscale: #404040. Windows color (decimal): -7726770 or 5118346. OLE color: 5118346.

HSL color Cylindrical-coordinate representation of color #8A194E: hue angle of 331.86º degrees, saturation: 0.69, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8A194E is Cyan = 0, Magento = 0.82, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 25 78 -
CMYK 0 0.82 0.43 0.46
HSL 331.86º 0.69% 0.32% -
HSV(B) 331.86º 0.82% 0.54% -
XYZ 12.2 6.65 7.85 -
YUV 64.83 135.44 180.19 -
System Red Green Blue C M Y K H S L
Decimal 138 25 78 0 0.82 0.43 0.46 331.86 0.69 0.32
Hex 8A 19 4E 0 52 2B 2E 14C 45 20
Octal 212 31 116 0 122 53 56 514 105 40
Binary 10001010 11001 1001110 0 1010010 101011 101110 101001100 1000101 100000

Color Harmonies of #8A194E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A194E

Black with #8A194E

Text Example


Text Example

White with #8A194E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,25,78); }

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

background-color css

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

 a { background-color: rgb(138,25,78); }

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

border-color css

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

 span { border-color: rgb(138,25,78); }

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