Html Css Color HEX #950B43 Jazzberry Jam

📋 copy color: '#950B43'

red 149 ◦ green 11 ◦ blue 67

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

Shades of Jazzberry Jam #950B43

Tints of Jazzberry Jam #950B43

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.85%

 BLUE value IS 67 (26.56% from 255) = 29.52%

R = 65.64%
G = 4.85%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.55

 K value IS 0.42

RGB Variations

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

Color information

#950B43 (or 0x950B43) is known color: Jazzberry Jam. HEX triplet: 95, 0B and 43. RGB value is (149,11,67). Sum of RGB (Red+Green+Blue) = 149+11+67=227 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.64% from 227); Green value is 11 (4.69% from 255 or 4.85% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 149 - color contains mainly: red. Hex color #950B43 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #950B43 is #6AF4BC. Grayscale: #3A3A3A. Windows color (decimal): -7009469 or 4393877. OLE color: 4393877.

HSL color Cylindrical-coordinate representation of color #950B43: hue angle of 335.65º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #950B43 is Cyan = 0, Magento = 0.93, Yellow = 0.55 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 11 67 -
CMYK 0 0.93 0.55 0.42
HSL 335.65º 0.86% 0.31% -
HSV(B) 335.65º 0.93% 0.58% -
XYZ 13.53 7.03 5.95 -
YUV 58.65 132.72 192.45 -
System Red Green Blue C M Y K H S L
Decimal 149 11 67 0 0.93 0.55 0.42 335.65 0.86 0.31
Hex 95 B 43 0 5D 37 2A 150 56 1F
Octal 225 13 103 0 135 67 52 520 126 37
Binary 10010101 1011 1000011 0 1011101 110111 101010 101010000 1010110 11111

Color Harmonies of #950B43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950B43

Black with #950B43

Text Example


Text Example

White with #950B43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950B43; }

 p { color: rgb(149,11,67); }

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

background-color css

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

 a { background-color: rgb(149,11,67); }

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

border-color css

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

 span { border-color: rgb(149,11,67); }

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