Html Css Color HEX #950A53 Jazzberry Jam

📋 copy color: '#950A53'

red 149 ◦ green 10 ◦ blue 83

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

Shades of Jazzberry Jam #950A53

Tints of Jazzberry Jam #950A53

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.13%

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

R = 61.57%
G = 4.13%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#950A53 (or 0x950A53) is known color: Jazzberry Jam. HEX triplet: 95, 0A and 53. RGB value is (149,10,83). Sum of RGB (Red+Green+Blue) = 149+10+83=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 10 (4.30% from 255 or 4.13% from 242); Blue value is 83 (32.81% from 255 or 34.30% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #950A53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950A53 is #6AF5AC. Grayscale: #3B3B3B. Windows color (decimal): -7009709 or 5442197. OLE color: 5442197.

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

Color convert

RGB 149 10 83 -
CMYK 0 0.93 0.44 0.42
HSL 328.49º 0.87% 0.31% -
HSV(B) 328.49º 0.93% 0.58% -
XYZ 14.06 7.23 8.84 -
YUV 59.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 149 10 83 0 0.93 0.44 0.42 328.49 0.87 0.31
Hex 95 A 53 0 5D 2C 2A 148 57 1F
Octal 225 12 123 0 135 54 52 510 127 37
Binary 10010101 1010 1010011 0 1011101 101100 101010 101001000 1010111 11111

Color Harmonies of #950A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950A53

Black with #950A53

Text Example


Text Example

White with #950A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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