Html Css Color HEX #951053 Jazzberry Jam

📋 copy color: '#951053'

red 149 ◦ green 16 ◦ blue 83

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

Shades of Jazzberry Jam #951053

Tints of Jazzberry Jam #951053

RGB

 RED value IS 149 (58.59% from 255) = 60.08%

 GREEN value IS 16 (6.64% from 255) = 6.45%

 BLUE value IS 83 (32.81% from 255) = 33.47%

R = 60.08%
G = 6.45%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951053 (or 0x951053) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 53. RGB value is (149,16,83). Sum of RGB (Red+Green+Blue) = 149+16+83=248 (32% of max value = 765). Red value is 149 (58.59% from 255 or 60.08% from 248); Green value is 16 (6.64% from 255 or 6.45% from 248); Blue value is 83 (32.81% from 255 or 33.47% from 248); Max value from RGB is 149 - color contains mainly: red. Hex color #951053 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951053 is #6AEFAC. Grayscale: #3F3F3F. Windows color (decimal): -7008173 or 5443733. OLE color: 5443733.

HSL color Cylindrical-coordinate representation of color #951053: hue angle of 329.77º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951053 is Cyan = 0, Magento = 0.89, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 83 -
CMYK 0 0.89 0.44 0.42
HSL 329.77º 0.81% 0.32% -
HSV(B) 329.77º 0.89% 0.58% -
XYZ 14.14 7.38 8.86 -
YUV 63.41 139.06 189.05 -
System Red Green Blue C M Y K H S L
Decimal 149 16 83 0 0.89 0.44 0.42 329.77 0.81 0.32
Hex 95 10 53 0 59 2C 2A 14A 51 20
Octal 225 20 123 0 131 54 52 512 121 40
Binary 10010101 10000 1010011 0 1011001 101100 101010 101001010 1010001 100000

Color Harmonies of #951053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951053

Black with #951053

Text Example


Text Example

White with #951053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951053; }

 p { color: rgb(149,16,83); }

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

background-color css

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

 a { background-color: rgb(149,16,83); }

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

border-color css

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

 span { border-color: rgb(149,16,83); }

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