Html Css Color HEX #642B34 Jazz

📋 copy color: '#642B34'

red 100 ◦ green 43 ◦ blue 52

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

Shades of Jazz #642B34

Tints of Jazz #642B34

RGB

 RED value IS 100 (39.45% from 255) = 51.28%

 GREEN value IS 43 (17.19% from 255) = 22.05%

 BLUE value IS 52 (20.7% from 255) = 26.67%

R = 51.28%
G = 22.05%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.61

RGB Variations

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

Color information

#642B34 (or 0x642B34) is known color: Jazz. HEX triplet: 64, 2B and 34. RGB value is (100,43,52). Sum of RGB (Red+Green+Blue) = 100+43+52=195 (25% of max value = 765). Red value is 100 (39.45% from 255 or 51.28% from 195); Green value is 43 (17.19% from 255 or 22.05% from 195); Blue value is 52 (20.70% from 255 or 26.67% from 195); Max value from RGB is 100 - color contains mainly: red. Hex color #642B34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642B34 is #9BD4CB. Grayscale: #3D3D3D. Windows color (decimal): -10212556 or 3418980. OLE color: 3418980.

HSL color Cylindrical-coordinate representation of color #642B34: hue angle of 350.53º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #642B34 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 43 52 -
CMYK 0 0.57 0.48 0.61
HSL 350.53º 0.4% 0.28% -
HSV(B) 350.53º 0.57% 0.39% -
XYZ 6.74 4.69 3.8 -
YUV 61.07 122.88 155.77 -
System Red Green Blue C M Y K H S L
Decimal 100 43 52 0 0.57 0.48 0.61 350.53 0.4 0.28
Hex 64 2B 34 0 39 30 3D 15F 28 1C
Octal 144 53 64 0 71 60 75 537 50 34
Binary 1100100 101011 110100 0 111001 110000 111101 101011111 101000 11100

Color Harmonies of #642B34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642B34

Black with #642B34

Text Example


Text Example

White with #642B34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #642B34; }

 p { color: rgb(100,43,52); }

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

background-color css

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

 a { background-color: rgb(100,43,52); }

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

border-color css

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

 span { border-color: rgb(100,43,52); }

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