Html Css Color HEX #94083F Jazzberry Jam

📋 copy color: '#94083F'

red 148 ◦ green 8 ◦ blue 63

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

Shades of Jazzberry Jam #94083F

Tints of Jazzberry Jam #94083F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 28.77%

R = 67.58%
G = 3.65%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#94083F (or 0x94083F) is known color: Jazzberry Jam. HEX triplet: 94, 08 and 3F. RGB value is (148,8,63). Sum of RGB (Red+Green+Blue) = 148+8+63=219 (29% of max value = 765). Red value is 148 (58.20% from 255 or 67.58% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 63 (25% from 255 or 28.77% from 219); Max value from RGB is 148 - color contains mainly: red. Hex color #94083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94083F is #6BF7C0. Grayscale: #383838. Windows color (decimal): -7075777 or 4130964. OLE color: 4130964.

HSL color Cylindrical-coordinate representation of color #94083F: hue angle of 336.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 #94083F is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 8 63 -
CMYK 0 0.95 0.57 0.42
HSL 336.43º 0.9% 0.31% -
HSV(B) 336.43º 0.95% 0.58% -
XYZ 13.2 6.83 5.33 -
YUV 56.13 131.88 193.53 -
System Red Green Blue C M Y K H S L
Decimal 148 8 63 0 0.95 0.57 0.42 336.43 0.9 0.31
Hex 94 8 3F 0 5F 39 2A 150 5A 1F
Octal 224 10 77 0 137 71 52 520 132 37
Binary 10010100 1000 111111 0 1011111 111001 101010 101010000 1011010 11111

Color Harmonies of #94083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94083F

Black with #94083F

Text Example


Text Example

White with #94083F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94083F; }

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

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

background-color css

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

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

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

border-color css

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

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

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