Html Css Color HEX #93083F Jazzberry Jam

📋 copy color: '#93083F'

red 147 ◦ green 8 ◦ blue 63

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

Shades of Jazzberry Jam #93083F

Tints of Jazzberry Jam #93083F

RGB

 RED value IS 147 (57.81% from 255) = 67.43%

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

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

R = 67.43%
G = 3.67%
B = 28.9%

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

#93083F (or 0x93083F) is known color: Jazzberry Jam. HEX triplet: 93, 08 and 3F. RGB value is (147,8,63). Sum of RGB (Red+Green+Blue) = 147+8+63=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #93083F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #93083F is #6CF7C0. Grayscale: #373737. Windows color (decimal): -7141313 or 4130963. OLE color: 4130963.

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

Color convert

RGB 147 8 63 -
CMYK 0 0.95 0.57 0.42
HSL 336.26º 0.9% 0.3% -
HSV(B) 336.26º 0.95% 0.58% -
XYZ 13.02 6.74 5.32 -
YUV 55.83 132.05 193.03 -
System Red Green Blue C M Y K H S L
Decimal 147 8 63 0 0.95 0.57 0.42 336.26 0.9 0.3
Hex 93 8 3F 0 5F 39 2A 150 5A 1E
Octal 223 10 77 0 137 71 52 520 132 36
Binary 10010011 1000 111111 0 1011111 111001 101010 101010000 1011010 11110

Color Harmonies of #93083F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93083F

Black with #93083F

Text Example


Text Example

White with #93083F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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