Html Css Color HEX #951553 Jazzberry Jam

📋 copy color: '#951553'

red 149 ◦ green 21 ◦ blue 83

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

Shades of Jazzberry Jam #951553

Tints of Jazzberry Jam #951553

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.3%

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

R = 58.89%
G = 8.3%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951553 (or 0x951553) is known color: Jazzberry Jam. HEX triplet: 95, 15 and 53. RGB value is (149,21,83). Sum of RGB (Red+Green+Blue) = 149+21+83=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #951553 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951553 is #6AEAAC. Grayscale: #424242. Windows color (decimal): -7006893 or 5445013. OLE color: 5445013.

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

Color convert

RGB 149 21 83 -
CMYK 0 0.86 0.44 0.42
HSL 330.94º 0.75% 0.33% -
HSV(B) 330.94º 0.86% 0.58% -
XYZ 14.22 7.55 8.89 -
YUV 66.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 149 21 83 0 0.86 0.44 0.42 330.94 0.75 0.33
Hex 95 15 53 0 56 2C 2A 14B 4B 21
Octal 225 25 123 0 126 54 52 513 113 41
Binary 10010101 10101 1010011 0 1010110 101100 101010 101001011 1001011 100001

Color Harmonies of #951553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951553

Black with #951553

Text Example


Text Example

White with #951553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951553; }

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

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

background-color css

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

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

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

border-color css

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

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

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