Html Css Color HEX #992269 Jazzberry Jam

📋 copy color: '#992269'

red 153 ◦ green 34 ◦ blue 105

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

Shades of Jazzberry Jam #992269

Tints of Jazzberry Jam #992269

RGB

 RED value IS 153 (60.16% from 255) = 52.4%

 GREEN value IS 34 (13.67% from 255) = 11.64%

 BLUE value IS 105 (41.41% from 255) = 35.96%

R = 52.4%
G = 11.64%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#992269 (or 0x992269) is known color: Jazzberry Jam. HEX triplet: 99, 22 and 69. RGB value is (153,34,105). Sum of RGB (Red+Green+Blue) = 153+34+105=292 (38% of max value = 765). Red value is 153 (60.16% from 255 or 52.40% from 292); Green value is 34 (13.67% from 255 or 11.64% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 153 - color contains mainly: red. Hex color #992269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #992269 is #66DD96. Grayscale: #4D4D4D. Windows color (decimal): -6741399 or 6890137. OLE color: 6890137.

HSL color Cylindrical-coordinate representation of color #992269: hue angle of 324.2º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #992269 is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 34 105 -
CMYK 0 0.78 0.31 0.4
HSL 324.2º 0.64% 0.37% -
HSV(B) 324.2º 0.78% 0.6% -
XYZ 16.26 8.94 14.23 -
YUV 77.68 143.42 181.73 -
System Red Green Blue C M Y K H S L
Decimal 153 34 105 0 0.78 0.31 0.4 324.2 0.64 0.37
Hex 99 22 69 0 4E 1F 28 144 40 25
Octal 231 42 151 0 116 37 50 504 100 45
Binary 10011001 100010 1101001 0 1001110 11111 101000 101000100 1000000 100101

Color Harmonies of #992269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #992269

Black with #992269

Text Example


Text Example

White with #992269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #992269; }

 p { color: rgb(153,34,105); }

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

background-color css

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

 a { background-color: rgb(153,34,105); }

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

border-color css

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

 span { border-color: rgb(153,34,105); }

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