Html Css Color HEX #951665 Jazzberry Jam

📋 copy color: '#951665'

red 149 ◦ green 22 ◦ blue 101

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

Shades of Jazzberry Jam #951665

Tints of Jazzberry Jam #951665

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.09%

 BLUE value IS 101 (39.84% from 255) = 37.13%

R = 54.78%
G = 8.09%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#951665 (or 0x951665) is known color: Jazzberry Jam. HEX triplet: 95, 16 and 65. RGB value is (149,22,101). Sum of RGB (Red+Green+Blue) = 149+22+101=272 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.78% from 272); Green value is 22 (8.98% from 255 or 8.09% from 272); Blue value is 101 (39.84% from 255 or 37.13% from 272); Max value from RGB is 149 - color contains mainly: red. Hex color #951665 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951665 is #6AE99A. Grayscale: #444444. Windows color (decimal): -7006619 or 6624917. OLE color: 6624917.

HSL color Cylindrical-coordinate representation of color #951665: hue angle of 322.68º degrees, saturation: 0.74, 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 #951665 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 22 101 -
CMYK 0 0.85 0.32 0.42
HSL 322.68º 0.74% 0.34% -
HSV(B) 322.68º 0.85% 0.58% -
XYZ 15.03 7.9 13.05 -
YUV 68.98 146.08 185.08 -
System Red Green Blue C M Y K H S L
Decimal 149 22 101 0 0.85 0.32 0.42 322.68 0.74 0.34
Hex 95 16 65 0 55 20 2A 143 4A 22
Octal 225 26 145 0 125 40 52 503 112 42
Binary 10010101 10110 1100101 0 1010101 100000 101010 101000011 1001010 100010

Color Harmonies of #951665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951665

Black with #951665

Text Example


Text Example

White with #951665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951665; }

 p { color: rgb(149,22,101); }

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

background-color css

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

 a { background-color: rgb(149,22,101); }

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

border-color css

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

 span { border-color: rgb(149,22,101); }

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