Html Css Color HEX #980345 Jazzberry Jam

📋 copy color: '#980345'

red 152 ◦ green 3 ◦ blue 69

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

Shades of Jazzberry Jam #980345

Tints of Jazzberry Jam #980345

RGB

 RED value IS 152 (59.77% from 255) = 67.86%

 GREEN value IS 3 (1.56% from 255) = 1.34%

 BLUE value IS 69 (27.34% from 255) = 30.8%

R = 67.86%
G = 1.34%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.55

 K value IS 0.40

RGB Variations

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

Color information

#980345 (or 0x980345) is known color: Jazzberry Jam. HEX triplet: 98, 03 and 45. RGB value is (152,3,69). Sum of RGB (Red+Green+Blue) = 152+3+69=224 (29% of max value = 765). Red value is 152 (59.77% from 255 or 67.86% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 69 (27.34% from 255 or 30.80% from 224); Max value from RGB is 152 - color contains mainly: red. Hex color #980345 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #980345 is #67FCBA. Grayscale: #363636. Windows color (decimal): -6814907 or 4522904. OLE color: 4522904.

HSL color Cylindrical-coordinate representation of color #980345: hue angle of 333.42º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980345 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 3 69 -
CMYK 0 0.98 0.55 0.40
HSL 333.42º 0.96% 0.3% -
HSV(B) 333.42º 0.98% 0.6% -
XYZ 14.06 7.17 6.27 -
YUV 55.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 152 3 69 0 0.98 0.55 0.40 333.42 0.96 0.3
Hex 98 3 45 0 62 37 28 14D 60 1E
Octal 230 3 105 0 142 67 50 515 140 36
Binary 10011000 11 1000101 0 1100010 110111 101000 101001101 1100000 11110

Color Harmonies of #980345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980345

Black with #980345

Text Example


Text Example

White with #980345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980345; }

 p { color: rgb(152,3,69); }

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

background-color css

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

 a { background-color: rgb(152,3,69); }

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

border-color css

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

 span { border-color: rgb(152,3,69); }

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