Html Css Color HEX #951754 Jazzberry Jam

📋 copy color: '#951754'

red 149 ◦ green 23 ◦ blue 84

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

Shades of Jazzberry Jam #951754

Tints of Jazzberry Jam #951754

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.98%

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

R = 58.2%
G = 8.98%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#951754 (or 0x951754) is known color: Jazzberry Jam. HEX triplet: 95, 17 and 54. RGB value is (149,23,84). Sum of RGB (Red+Green+Blue) = 149+23+84=256 (33% of max value = 765). Red value is 149 (58.59% from 255 or 58.20% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 84 (33.20% from 255 or 32.81% from 256); Max value from RGB is 149 - color contains mainly: red. Hex color #951754 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951754 is #6AE8AB. Grayscale: #434343. Windows color (decimal): -7006380 or 5511061. OLE color: 5511061.

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

Color convert

RGB 149 23 84 -
CMYK 0 0.85 0.44 0.42
HSL 330.95º 0.73% 0.34% -
HSV(B) 330.95º 0.85% 0.58% -
XYZ 14.3 7.64 9.11 -
YUV 67.63 137.24 186.04 -
System Red Green Blue C M Y K H S L
Decimal 149 23 84 0 0.85 0.44 0.42 330.95 0.73 0.34
Hex 95 17 54 0 55 2C 2A 14B 49 22
Octal 225 27 124 0 125 54 52 513 111 42
Binary 10010101 10111 1010100 0 1010101 101100 101010 101001011 1001001 100010

Color Harmonies of #951754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951754

Black with #951754

Text Example


Text Example

White with #951754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951754; }

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

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

background-color css

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

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

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

border-color css

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

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

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