Html Css Color HEX #951454 Jazzberry Jam

📋 copy color: '#951454'

red 149 ◦ green 20 ◦ blue 84

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

Shades of Jazzberry Jam #951454

Tints of Jazzberry Jam #951454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 58.89%
G = 7.91%
B = 33.2%

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

#951454 (or 0x951454) is known color: Jazzberry Jam. HEX triplet: 95, 14 and 54. RGB value is (149,20,84). Sum of RGB (Red+Green+Blue) = 149+20+84=253 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.89% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 149 - color contains mainly: red. Hex color #951454 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951454 is #6AEBAB. Grayscale: #414141. Windows color (decimal): -7007148 or 5510293. OLE color: 5510293.

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

Color convert

RGB 149 20 84 -
CMYK 0 0.87 0.44 0.42
HSL 330.23º 0.76% 0.33% -
HSV(B) 330.23º 0.87% 0.58% -
XYZ 14.24 7.53 9.09 -
YUV 65.87 138.24 187.3 -
System Red Green Blue C M Y K H S L
Decimal 149 20 84 0 0.87 0.44 0.42 330.23 0.76 0.33
Hex 95 14 54 0 57 2C 2A 14A 4C 21
Octal 225 24 124 0 127 54 52 512 114 41
Binary 10010101 10100 1010100 0 1010111 101100 101010 101001010 1001100 100001

Color Harmonies of #951454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951454

Black with #951454

Text Example


Text Example

White with #951454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951454; }

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

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

background-color css

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

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

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

border-color css

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

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

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