Html Css Color HEX #94014B Jazzberry Jam

📋 copy color: '#94014B'

red 148 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #94014B

Tints of Jazzberry Jam #94014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 33.48%

R = 66.07%
G = 0.45%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.42

RGB Variations

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

Color information

#94014B (or 0x94014B) is known color: Jazzberry Jam. HEX triplet: 94, 01 and 4B. RGB value is (148,1,75). Sum of RGB (Red+Green+Blue) = 148+1+75=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 1 (0.78% from 255 or 0.45% from 224); Blue value is 75 (29.69% from 255 or 33.48% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #94014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #94014B is #6BFEB4. Grayscale: #353535. Windows color (decimal): -7077557 or 4915604. OLE color: 4915604.

HSL color Cylindrical-coordinate representation of color #94014B: hue angle of 329.8º 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 #94014B is Cyan = 0, Magento = 0.99, Yellow = 0.49 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 1 75 -
CMYK 0 0.99 0.49 0.42
HSL 329.8º 0.99% 0.29% -
HSV(B) 329.8º 0.99% 0.58% -
XYZ 13.49 6.83 7.26 -
YUV 53.39 140.2 195.48 -
System Red Green Blue C M Y K H S L
Decimal 148 1 75 0 0.99 0.49 0.42 329.8 0.99 0.29
Hex 94 1 4B 0 63 31 2A 14A 63 1D
Octal 224 1 113 0 143 61 52 512 143 35
Binary 10010100 1 1001011 0 1100011 110001 101010 101001010 1100011 11101

Color Harmonies of #94014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94014B

Black with #94014B

Text Example


Text Example

White with #94014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94014B; }

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

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

background-color css

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

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

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

border-color css

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

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

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