Html Css Color HEX #94013F Jazzberry Jam

📋 copy color: '#94013F'

red 148 ◦ green 1 ◦ blue 63

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

Shades of Jazzberry Jam #94013F

Tints of Jazzberry Jam #94013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 69.81%
G = 0.47%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#94013F (or 0x94013F) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 3F. RGB value is (148,1,63). Sum of RGB (Red+Green+Blue) = 148+1+63=212 (28% of max value = 765). Red value is 148 (58.20% from 255 or 69.81% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 63 (25% from 255 or 29.72% from 212); Max value from RGB is 148 - color contains mainly: red. Hex color #94013F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94013F is #6BFEC0. Grayscale: #333333. Windows color (decimal): -7077569 or 4129172. OLE color: 4129172.

HSL color Cylindrical-coordinate representation of color #94013F: hue angle of 334.69º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94013F is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 63 -
CMYK 0 0.99 0.57 0.42
HSL 334.69º 0.99% 0.29% -
HSV(B) 334.69º 0.99% 0.58% -
XYZ 13.12 6.68 5.3 -
YUV 52.02 134.2 196.46 -
System Red Green Blue C M Y K H S L
Decimal 148 1 63 0 0.99 0.57 0.42 334.69 0.99 0.29
Hex 94 1 3F 0 63 39 2A 14F 63 1D
Octal 224 1 77 0 143 71 52 517 143 35
Binary 10010100 1 111111 0 1100011 111001 101010 101001111 1100011 11101

Color Harmonies of #94013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94013F

Black with #94013F

Text Example


Text Example

White with #94013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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