Html Css Color HEX #B61D5C Jazzberry Jam

📋 copy color: '#B61D5C'

red 182 ◦ green 29 ◦ blue 92

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

Shades of Jazzberry Jam #B61D5C

Tints of Jazzberry Jam #B61D5C

RGB

 RED value IS 182 (71.48% from 255) = 60.07%

 GREEN value IS 29 (11.72% from 255) = 9.57%

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 60.07%
G = 9.57%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B61D5C (or 0xB61D5C) is known color: Jazzberry Jam. HEX triplet: B6, 1D and 5C. RGB value is (182,29,92). Sum of RGB (Red+Green+Blue) = 182+29+92=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B61D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61D5C is #49E2A3. Grayscale: #515151. Windows color (decimal): -4842148 or 6036918. OLE color: 6036918.

HSL color Cylindrical-coordinate representation of color #B61D5C: hue angle of 335.29º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B61D5C is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 29 92 -
CMYK 0 0.84 0.49 0.29
HSL 335.29º 0.73% 0.41% -
HSV(B) 335.29º 0.84% 0.71% -
XYZ 21.66 11.6 11.22 -
YUV 81.93 133.69 199.38 -
System Red Green Blue C M Y K H S L
Decimal 182 29 92 0 0.84 0.49 0.29 335.29 0.73 0.41
Hex B6 1D 5C 0 54 31 1D 14F 49 29
Octal 266 35 134 0 124 61 35 517 111 51
Binary 10110110 11101 1011100 0 1010100 110001 11101 101001111 1001001 101001

Color Harmonies of #B61D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61D5C

Black with #B61D5C

Text Example


Text Example

White with #B61D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61D5C; }

 p { color: rgb(182,29,92); }

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

background-color css

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

 a { background-color: rgb(182,29,92); }

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

border-color css

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

 span { border-color: rgb(182,29,92); }

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