Html Css Color HEX #951058 Jazzberry Jam

📋 copy color: '#951058'

red 149 ◦ green 16 ◦ blue 88

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

Shades of Jazzberry Jam #951058

Tints of Jazzberry Jam #951058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 34.78%

R = 58.89%
G = 6.32%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#951058 (or 0x951058) is known color: Jazzberry Jam. HEX triplet: 95, 10 and 58. RGB value is (149,16,88). Sum of RGB (Red+Green+Blue) = 149+16+88=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 16 (6.64% from 255 or 6.32% from 253); Blue value is 88 (34.77% from 255 or 34.78% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #951058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951058 is #6AEFA7. Grayscale: #3F3F3F. Windows color (decimal): -7008168 or 5771413. OLE color: 5771413.

HSL color Cylindrical-coordinate representation of color #951058: hue angle of 327.52º 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 #951058 is Cyan = 0, Magento = 0.89, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 88 -
CMYK 0 0.89 0.41 0.42
HSL 327.52º 0.81% 0.32% -
HSV(B) 327.52º 0.89% 0.58% -
XYZ 14.34 7.46 9.92 -
YUV 63.98 141.56 188.65 -
System Red Green Blue C M Y K H S L
Decimal 149 16 88 0 0.89 0.41 0.42 327.52 0.81 0.32
Hex 95 10 58 0 59 29 2A 148 51 20
Octal 225 20 130 0 131 51 52 510 121 40
Binary 10010101 10000 1011000 0 1011001 101001 101010 101001000 1010001 100000

Color Harmonies of #951058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951058

Black with #951058

Text Example


Text Example

White with #951058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951058; }

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

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

background-color css

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

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

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

border-color css

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

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

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