Html Css Color HEX #642F33 Jazz

📋 copy color: '#642F33'

red 100 ◦ green 47 ◦ blue 51

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

Shades of Jazz #642F33

Tints of Jazz #642F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 23.74%

 BLUE value IS 51 (20.31% from 255) = 25.76%

R = 50.51%
G = 23.74%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.61

RGB Variations

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

Color information

#642F33 (or 0x642F33) is known color: Jazz. HEX triplet: 64, 2F and 33. RGB value is (100,47,51). Sum of RGB (Red+Green+Blue) = 100+47+51=198 (26% of max value = 765). Red value is 100 (39.45% from 255 or 50.51% from 198); Green value is 47 (18.75% from 255 or 23.74% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 100 - color contains mainly: red. Hex color #642F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #642F33 is #9BD0CC. Grayscale: #3F3F3F. Windows color (decimal): -10211533 or 3354468. OLE color: 3354468.

HSL color Cylindrical-coordinate representation of color #642F33: hue angle of 355.47º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #642F33 is Cyan = 0, Magento = 0.53, Yellow = 0.49 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 47 51 -
CMYK 0 0.53 0.49 0.61
HSL 355.47º 0.36% 0.29% -
HSV(B) 355.47º 0.53% 0.39% -
XYZ 6.87 4.98 3.73 -
YUV 63.3 121.06 154.17 -
System Red Green Blue C M Y K H S L
Decimal 100 47 51 0 0.53 0.49 0.61 355.47 0.36 0.29
Hex 64 2F 33 0 35 31 3D 163 24 1D
Octal 144 57 63 0 65 61 75 543 44 35
Binary 1100100 101111 110011 0 110101 110001 111101 101100011 100100 11101

Color Harmonies of #642F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #642F33

Black with #642F33

Text Example


Text Example

White with #642F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,47,51); }

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

background-color css

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

 a { background-color: rgb(100,47,51); }

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

border-color css

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

 span { border-color: rgb(100,47,51); }

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