Html Css Color HEX #8A224F Rose Bud Cherry

📋 copy color: '#8A224F'

red 138 ◦ green 34 ◦ blue 79

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

Shades of Rose Bud Cherry #8A224F

Tints of Rose Bud Cherry #8A224F

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.55%

 BLUE value IS 79 (31.25% from 255) = 31.47%

R = 54.98%
G = 13.55%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#8A224F (or 0x8A224F) is known color: Rose Bud Cherry. HEX triplet: 8A, 22 and 4F. RGB value is (138,34,79). Sum of RGB (Red+Green+Blue) = 138+34+79=251 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.98% from 251); Green value is 34 (13.67% from 255 or 13.55% from 251); Blue value is 79 (31.25% from 255 or 31.47% from 251); Max value from RGB is 138 - color contains mainly: red. Hex color #8A224F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A224F is #75DDB0. Grayscale: #464646. Windows color (decimal): -7724465 or 5186186. OLE color: 5186186.

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

Color convert

RGB 138 34 79 -
CMYK 0 0.75 0.43 0.46
HSL 334.04º 0.6% 0.34% -
HSV(B) 334.04º 0.75% 0.54% -
XYZ 12.46 7.11 8.11 -
YUV 70.23 132.96 176.34 -
System Red Green Blue C M Y K H S L
Decimal 138 34 79 0 0.75 0.43 0.46 334.04 0.6 0.34
Hex 8A 22 4F 0 4B 2B 2E 14E 3C 22
Octal 212 42 117 0 113 53 56 516 74 42
Binary 10001010 100010 1001111 0 1001011 101011 101110 101001110 111100 100010

Color Harmonies of #8A224F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A224F

Black with #8A224F

Text Example


Text Example

White with #8A224F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,34,79); }

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

background-color css

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

 a { background-color: rgb(138,34,79); }

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

border-color css

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

 span { border-color: rgb(138,34,79); }

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