Html Css Color HEX #643438 Jazz

📋 copy color: '#643438'

red 100 ◦ green 52 ◦ blue 56

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

Shades of Jazz #643438

Tints of Jazz #643438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 25%

 BLUE value IS 56 (22.27% from 255) = 26.92%

R = 48.08%
G = 25%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.44

 K value IS 0.61

RGB Variations

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

Color information

#643438 (or 0x643438) is known color: Jazz. HEX triplet: 64, 34 and 38. RGB value is (100,52,56). Sum of RGB (Red+Green+Blue) = 100+52+56=208 (27% of max value = 765). Red value is 100 (39.45% from 255 or 48.08% from 208); Green value is 52 (20.70% from 255 or 25% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 100 - color contains mainly: red. Hex color #643438 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #643438 is #9BCBC7. Grayscale: #424242. Windows color (decimal): -10210248 or 3683428. OLE color: 3683428.

HSL color Cylindrical-coordinate representation of color #643438: hue angle of 355º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #643438 is Cyan = 0, Magento = 0.48, Yellow = 0.44 and Black (K on CMYK) = 0.61.

Color convert

RGB 100 52 56 -
CMYK 0 0.48 0.44 0.61
HSL 355º 0.32% 0.3% -
HSV(B) 355º 0.48% 0.39% -
XYZ 7.2 5.45 4.41 -
YUV 66.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 100 52 56 0 0.48 0.44 0.61 355 0.32 0.3
Hex 64 34 38 0 30 2C 3D 163 20 1E
Octal 144 64 70 0 60 54 75 543 40 36
Binary 1100100 110100 111000 0 110000 101100 111101 101100011 100000 11110

Color Harmonies of #643438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #643438

Black with #643438

Text Example


Text Example

White with #643438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #643438; }

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

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

background-color css

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

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

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

border-color css

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

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

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