Html Css Color HEX #AE0950 Jazzberry Jam

📋 copy color: '#AE0950'

red 174 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #AE0950

Tints of Jazzberry Jam #AE0950

RGB

 RED value IS 174 (68.36% from 255) = 66.16%

 GREEN value IS 9 (3.91% from 255) = 3.42%

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 66.16%
G = 3.42%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE0950 (or 0xAE0950) is known color: Jazzberry Jam. HEX triplet: AE, 09 and 50. RGB value is (174,9,80). Sum of RGB (Red+Green+Blue) = 174+9+80=263 (34% of max value = 765). Red value is 174 (68.36% from 255 or 66.16% from 263); Green value is 9 (3.91% from 255 or 3.42% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0950 is #51F6AF. Grayscale: #424242. Windows color (decimal): -5371568 or 5245358. OLE color: 5245358.

HSL color Cylindrical-coordinate representation of color #AE0950: hue angle of 334.18º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AE0950 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 9 80 -
CMYK 0 0.95 0.54 0.32
HSL 334.18º 0.9% 0.36% -
HSV(B) 334.18º 0.95% 0.68% -
XYZ 19 9.77 8.47 -
YUV 66.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 174 9 80 0 0.95 0.54 0.32 334.18 0.9 0.36
Hex AE 9 50 0 5F 36 20 14E 5A 24
Octal 256 11 120 0 137 66 40 516 132 44
Binary 10101110 1001 1010000 0 1011111 110110 100000 101001110 1011010 100100

Color Harmonies of #AE0950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE0950

Black with #AE0950

Text Example


Text Example

White with #AE0950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE0950; }

 p { color: rgb(174,9,80); }

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

background-color css

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

 a { background-color: rgb(174,9,80); }

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

border-color css

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

 span { border-color: rgb(174,9,80); }

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