Html Css Color HEX #951353 Jazzberry Jam

📋 copy color: '#951353'

red 149 ◦ green 19 ◦ blue 83

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

Shades of Jazzberry Jam #951353

Tints of Jazzberry Jam #951353

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

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

R = 59.36%
G = 7.57%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951353 (or 0x951353) is known color: Jazzberry Jam. HEX triplet: 95, 13 and 53. RGB value is (149,19,83). Sum of RGB (Red+Green+Blue) = 149+19+83=251 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.36% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 83 (32.81% from 255 or 33.07% from 251); Max value from RGB is 149 - color contains mainly: red. Hex color #951353 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951353 is #6AECAC. Grayscale: #414141. Windows color (decimal): -7007405 or 5444501. OLE color: 5444501.

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

Color convert

RGB 149 19 83 -
CMYK 0 0.87 0.44 0.42
HSL 330.46º 0.77% 0.33% -
HSV(B) 330.46º 0.87% 0.58% -
XYZ 14.19 7.48 8.88 -
YUV 65.17 138.07 187.8 -
System Red Green Blue C M Y K H S L
Decimal 149 19 83 0 0.87 0.44 0.42 330.46 0.77 0.33
Hex 95 13 53 0 57 2C 2A 14A 4D 21
Octal 225 23 123 0 127 54 52 512 115 41
Binary 10010101 10011 1010011 0 1010111 101100 101010 101001010 1001101 100001

Color Harmonies of #951353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951353

Black with #951353

Text Example


Text Example

White with #951353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951353; }

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

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

background-color css

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

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

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

border-color css

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

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

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