Html Css Color HEX #8B0245 Jazzberry Jam

📋 copy color: '#8B0245'

red 139 ◦ green 2 ◦ blue 69

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

Shades of Jazzberry Jam #8B0245

Tints of Jazzberry Jam #8B0245

RGB

 RED value IS 139 (54.69% from 255) = 66.19%

 GREEN value IS 2 (1.17% from 255) = 0.95%

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

R = 66.19%
G = 0.95%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#8B0245 (or 0x8B0245) is known color: Jazzberry Jam. HEX triplet: 8B, 02 and 45. RGB value is (139,2,69). Sum of RGB (Red+Green+Blue) = 139+2+69=210 (27% of max value = 765). Red value is 139 (54.69% from 255 or 66.19% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0245 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0245 is #74FDBA. Grayscale: #323232. Windows color (decimal): -7667131 or 4522635. OLE color: 4522635.

HSL color Cylindrical-coordinate representation of color #8B0245: hue angle of 330.66º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B0245 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 2 69 -
CMYK 0 0.99 0.50 0.45
HSL 330.66º 0.97% 0.28% -
HSV(B) 330.66º 0.99% 0.55% -
XYZ 11.74 5.96 6.16 -
YUV 50.6 138.39 191.05 -
System Red Green Blue C M Y K H S L
Decimal 139 2 69 0 0.99 0.50 0.45 330.66 0.97 0.28
Hex 8B 2 45 0 63 32 2D 14B 61 1C
Octal 213 2 105 0 143 62 55 513 141 34
Binary 10001011 10 1000101 0 1100011 110010 101101 101001011 1100001 11100

Color Harmonies of #8B0245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0245

Black with #8B0245

Text Example


Text Example

White with #8B0245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B0245; }

 p { color: rgb(139,2,69); }

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

background-color css

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

 a { background-color: rgb(139,2,69); }

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

border-color css

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

 span { border-color: rgb(139,2,69); }

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