Html Css Color HEX #94084D Jazzberry Jam

📋 copy color: '#94084D'

red 148 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #94084D

Tints of Jazzberry Jam #94084D

RGB

 RED value IS 148 (58.2% from 255) = 63.52%

 GREEN value IS 8 (3.52% from 255) = 3.43%

 BLUE value IS 77 (30.47% from 255) = 33.05%

R = 63.52%
G = 3.43%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#94084D (or 0x94084D) is known color: Jazzberry Jam. HEX triplet: 94, 08 and 4D. RGB value is (148,8,77). Sum of RGB (Red+Green+Blue) = 148+8+77=233 (30% of max value = 765). Red value is 148 (58.20% from 255 or 63.52% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 77 (30.47% from 255 or 33.05% from 233); Max value from RGB is 148 - color contains mainly: red. Hex color #94084D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94084D is #6BF7B2. Grayscale: #393939. Windows color (decimal): -7075763 or 5048468. OLE color: 5048468.

HSL color Cylindrical-coordinate representation of color #94084D: hue angle of 330.43º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #94084D is Cyan = 0, Magento = 0.95, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 8 77 -
CMYK 0 0.95 0.48 0.42
HSL 330.43º 0.9% 0.31% -
HSV(B) 330.43º 0.95% 0.58% -
XYZ 13.64 7.01 7.65 -
YUV 57.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 148 8 77 0 0.95 0.48 0.42 330.43 0.9 0.31
Hex 94 8 4D 0 5F 30 2A 14A 5A 1F
Octal 224 10 115 0 137 60 52 512 132 37
Binary 10010100 1000 1001101 0 1011111 110000 101010 101001010 1011010 11111

Color Harmonies of #94084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94084D

Black with #94084D

Text Example


Text Example

White with #94084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94084D; }

 p { color: rgb(148,8,77); }

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

background-color css

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

 a { background-color: rgb(148,8,77); }

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

border-color css

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

 span { border-color: rgb(148,8,77); }

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