Html Css Color HEX #8F0645 Jazzberry Jam

📋 copy color: '#8F0645'

red 143 ◦ green 6 ◦ blue 69

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

Shades of Jazzberry Jam #8F0645

Tints of Jazzberry Jam #8F0645

RGB

 RED value IS 143 (56.25% from 255) = 65.6%

 GREEN value IS 6 (2.73% from 255) = 2.75%

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

R = 65.6%
G = 2.75%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.44

RGB Variations

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

Color information

#8F0645 (or 0x8F0645) is known color: Jazzberry Jam. HEX triplet: 8F, 06 and 45. RGB value is (143,6,69). Sum of RGB (Red+Green+Blue) = 143+6+69=218 (28% of max value = 765). Red value is 143 (56.25% from 255 or 65.60% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 69 (27.34% from 255 or 31.65% from 218); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0645 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8F0645 is #70F9BA. Grayscale: #363636. Windows color (decimal): -7403963 or 4523663. OLE color: 4523663.

HSL color Cylindrical-coordinate representation of color #8F0645: hue angle of 332.41º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0645 is Cyan = 0, Magento = 0.96, Yellow = 0.52 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 6 69 -
CMYK 0 0.96 0.52 0.44
HSL 332.41º 0.92% 0.29% -
HSV(B) 332.41º 0.96% 0.56% -
XYZ 12.47 6.4 6.21 -
YUV 54.15 136.39 191.38 -
System Red Green Blue C M Y K H S L
Decimal 143 6 69 0 0.96 0.52 0.44 332.41 0.92 0.29
Hex 8F 6 45 0 60 34 2C 14C 5C 1D
Octal 217 6 105 0 140 64 54 514 134 35
Binary 10001111 110 1000101 0 1100000 110100 101100 101001100 1011100 11101

Color Harmonies of #8F0645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0645

Black with #8F0645

Text Example


Text Example

White with #8F0645

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,6,69); }

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

background-color css

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

 a { background-color: rgb(143,6,69); }

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

border-color css

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

 span { border-color: rgb(143,6,69); }

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