Html Css Color HEX #951458 Jazzberry Jam

📋 copy color: '#951458'

red 149 ◦ green 20 ◦ blue 88

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

Shades of Jazzberry Jam #951458

Tints of Jazzberry Jam #951458

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.78%

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

R = 57.98%
G = 7.78%
B = 34.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.41

 K value IS 0.42

RGB Variations

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

Color information

#951458 (or 0x951458) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 58. RGB value is (149,20,88). Sum of RGB (Red+Green+Blue) = 149+20+88=257 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.98% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 149 - color contains mainly: red. Hex color #951458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951458 is #6AEBA7. Grayscale: #424242. Windows color (decimal): -7007144 or 5772437. OLE color: 5772437.

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

Color convert

RGB 149 20 88 -
CMYK 0 0.87 0.41 0.42
HSL 328.37º 0.76% 0.33% -
HSV(B) 328.37º 0.87% 0.58% -
XYZ 14.41 7.59 9.94 -
YUV 66.32 140.24 186.97 -
System Red Green Blue C M Y K H S L
Decimal 149 20 88 0 0.87 0.41 0.42 328.37 0.76 0.33
Hex 95 14 58 0 57 29 2A 148 4C 21
Octal 225 24 130 0 127 51 52 510 114 41
Binary 10010101 10100 1011000 0 1010111 101001 101010 101001000 1001100 100001

Color Harmonies of #951458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951458

Black with #951458

Text Example


Text Example

White with #951458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951458; }

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

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

background-color css

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

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

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

border-color css

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

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

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